Home
last modified time | relevance | path

Searched refs:LexNonComment (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Lex/
DPPExpressions.cpp138 PP.LexNonComment(PeekTok); in EvaluateDefined()
142 PP.LexNonComment(PeekTok); in EvaluateDefined()
177 PP.LexNonComment(PeekTok); in EvaluateValue()
199 PP.LexNonComment(PeekTok); in EvaluateValue()
271 PP.LexNonComment(PeekTok); in EvaluateValue()
328 PP.LexNonComment(PeekTok); in EvaluateValue()
333 PP.LexNonComment(PeekTok); // Eat the (. in EvaluateValue()
356 PP.LexNonComment(PeekTok); // Eat the ). in EvaluateValue()
362 PP.LexNonComment(PeekTok); in EvaluateValue()
369 PP.LexNonComment(PeekTok); in EvaluateValue()
[all …]
DPPMacroExpansion.cpp1083 PP.LexNonComment(Tok); in EvaluateHasIncludeCommon()
1147 PP.LexNonComment(Tok); in EvaluateHasIncludeCommon()
1215 PP.LexNonComment(Tok); in EvaluateBuildingModule()
1228 PP.LexNonComment(Tok); in EvaluateBuildingModule()
1240 PP.LexNonComment(Tok); in EvaluateBuildingModule()
1543 LexNonComment(Tok); in ExpandBuiltinMacro()
1555 LexNonComment(Tok); in ExpandBuiltinMacro()
1569 LexNonComment(RParen); in ExpandBuiltinMacro()
/external/clang/include/clang/Lex/
DPreprocessor.h833 void LexNonComment(Token &Result) { in LexNonComment() function