Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPPExpressions.cpp142 PP.LexNonComment(PeekTok); in EvaluateDefined()
146 PP.LexNonComment(PeekTok); in EvaluateDefined()
224 PP.LexNonComment(PeekTok); in EvaluateValue()
247 PP.LexNonComment(PeekTok); in EvaluateValue()
319 PP.LexNonComment(PeekTok); in EvaluateValue()
376 PP.LexNonComment(PeekTok); in EvaluateValue()
381 PP.LexNonComment(PeekTok); // Eat the (. in EvaluateValue()
405 PP.LexNonComment(PeekTok); // Eat the ). in EvaluateValue()
411 PP.LexNonComment(PeekTok); in EvaluateValue()
419 PP.LexNonComment(PeekTok); in EvaluateValue()
[all …]
DPPMacroExpansion.cpp1295 PP.LexNonComment(Tok); in EvaluateHasIncludeCommon()
1359 PP.LexNonComment(Tok); in EvaluateHasIncludeCommon()
1813 LexNonComment(Tok); in ExpandBuiltinMacro()
1825 LexNonComment(Tok); in ExpandBuiltinMacro()
1839 LexNonComment(RParen); in ExpandBuiltinMacro()
/external/clang/include/clang/Lex/
DPreprocessor.h1109 void LexNonComment(Token &Result) { in LexNonComment() function