Searched refs:LexNonComment (Results 1 – 3 of 3) sorted by relevance
156 PP.LexNonComment(PeekTok); in EvaluateDefined()161 PP.LexNonComment(PeekTok); in EvaluateDefined()239 PP.LexNonComment(PeekTok); in EvaluateValue()279 PP.LexNonComment(PeekTok); in EvaluateValue()359 PP.LexNonComment(PeekTok); in EvaluateValue()416 PP.LexNonComment(PeekTok); in EvaluateValue()421 PP.LexNonComment(PeekTok); // Eat the (. in EvaluateValue()446 PP.LexNonComment(PeekTok); // Eat the ). in EvaluateValue()452 PP.LexNonComment(PeekTok); in EvaluateValue()460 PP.LexNonComment(PeekTok); in EvaluateValue()[all …]
1211 PP.LexNonComment(Tok); in EvaluateHasIncludeCommon()1801 LexNonComment(Tok); in ExpandBuiltinMacro()1813 LexNonComment(Tok); in ExpandBuiltinMacro()1834 LexNonComment(RParen); in ExpandBuiltinMacro()
1447 void LexNonComment(Token &Result) { in LexNonComment() function