Searched refs:LexNonComment (Results 1 – 3 of 3) sorted by relevance
154 PP.LexNonComment(PeekTok); in EvaluateDefined()159 PP.LexNonComment(PeekTok); in EvaluateDefined()237 PP.LexNonComment(PeekTok); in EvaluateValue()261 PP.LexNonComment(PeekTok); in EvaluateValue()331 PP.LexNonComment(PeekTok); in EvaluateValue()388 PP.LexNonComment(PeekTok); in EvaluateValue()393 PP.LexNonComment(PeekTok); // Eat the (. in EvaluateValue()418 PP.LexNonComment(PeekTok); // Eat the ). in EvaluateValue()424 PP.LexNonComment(PeekTok); in EvaluateValue()432 PP.LexNonComment(PeekTok); in EvaluateValue()[all …]
1209 PP.LexNonComment(Tok); in EvaluateHasIncludeCommon()1796 LexNonComment(Tok); in ExpandBuiltinMacro()1808 LexNonComment(Tok); in ExpandBuiltinMacro()1822 LexNonComment(RParen); in ExpandBuiltinMacro()
1407 void LexNonComment(Token &Result) { in LexNonComment() function