Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DPPExpressions.cpp158 PP.LexNonComment(PeekTok); in EvaluateDefined()
163 PP.LexNonComment(PeekTok); in EvaluateDefined()
241 PP.LexNonComment(PeekTok); in EvaluateValue()
369 PP.LexNonComment(PeekTok); in EvaluateValue()
435 PP.LexNonComment(PeekTok); in EvaluateValue()
471 PP.LexNonComment(PeekTok); in EvaluateValue()
479 PP.LexNonComment(PeekTok); in EvaluateValue()
500 PP.LexNonComment(PeekTok); in EvaluateValue()
513 PP.LexNonComment(PeekTok); in EvaluateValue()
533 PP.LexNonComment(PeekTok); in EvaluateValue()
[all …]
H A DPPMacroExpansion.cpp1220 PP.LexNonComment(Tok); in EvaluateHasIncludeCommon()
1847 LexNonComment(Tok); in ExpandBuiltinMacro()
1859 LexNonComment(Tok); in ExpandBuiltinMacro()
1880 LexNonComment(RParen); in ExpandBuiltinMacro()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h1612 void LexNonComment(Token &Result) { in LexNonComment() function