Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Lex/
DPPExpressions.cpp156 PP.LexNonComment(PeekTok); in EvaluateDefined()
161 PP.LexNonComment(PeekTok); in EvaluateDefined()
239 PP.LexNonComment(PeekTok); in EvaluateValue()
279 PP.LexNonComment(PeekTok); in EvaluateValue()
351 PP.LexNonComment(PeekTok); in EvaluateValue()
408 PP.LexNonComment(PeekTok); in EvaluateValue()
413 PP.LexNonComment(PeekTok); // Eat the (. in EvaluateValue()
438 PP.LexNonComment(PeekTok); // Eat the ). in EvaluateValue()
444 PP.LexNonComment(PeekTok); in EvaluateValue()
452 PP.LexNonComment(PeekTok); in EvaluateValue()
[all …]
/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
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h1442 void LexNonComment(Token &Result) { in LexNonComment() function