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()
269 PP.LexNonComment(PeekTok); in EvaluateValue()
323 PP.LexNonComment(PeekTok); in EvaluateValue()
328 PP.LexNonComment(PeekTok); // Eat the (. in EvaluateValue()
351 PP.LexNonComment(PeekTok); // Eat the ). in EvaluateValue()
357 PP.LexNonComment(PeekTok); in EvaluateValue()
364 PP.LexNonComment(PeekTok); in EvaluateValue()
[all …]
DPPMacroExpansion.cpp1065 PP.LexNonComment(Tok); in EvaluateHasIncludeCommon()
1129 PP.LexNonComment(Tok); in EvaluateHasIncludeCommon()
1188 PP.LexNonComment(Tok); in EvaluateBuildingModule()
1201 PP.LexNonComment(Tok); in EvaluateBuildingModule()
1213 PP.LexNonComment(Tok); in EvaluateBuildingModule()
1484 LexNonComment(Tok); in ExpandBuiltinMacro()
1496 LexNonComment(Tok); in ExpandBuiltinMacro()
1510 LexNonComment(RParen); in ExpandBuiltinMacro()
/external/clang/include/clang/Lex/
DPreprocessor.h803 void LexNonComment(Token &Result) { in LexNonComment() function