Searched refs:LexNonComment (Results 1 – 3 of 3) sorted by relevance
158 PP.LexNonComment(PeekTok); in EvaluateDefined()163 PP.LexNonComment(PeekTok); in EvaluateDefined()241 PP.LexNonComment(PeekTok); in EvaluateValue()281 PP.LexNonComment(PeekTok); in EvaluateValue()369 PP.LexNonComment(PeekTok); in EvaluateValue()435 PP.LexNonComment(PeekTok); in EvaluateValue()440 PP.LexNonComment(PeekTok); // Eat the (. in EvaluateValue()465 PP.LexNonComment(PeekTok); // Eat the ). in EvaluateValue()471 PP.LexNonComment(PeekTok); in EvaluateValue()479 PP.LexNonComment(PeekTok); in EvaluateValue()[all …]
1235 PP.LexNonComment(Tok); in EvaluateHasIncludeCommon()1861 LexNonComment(Tok); in ExpandBuiltinMacro()1873 LexNonComment(Tok); in ExpandBuiltinMacro()1894 LexNonComment(RParen); in ExpandBuiltinMacro()
1756 void LexNonComment(Token &Result) { in LexNonComment() function