Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp160 PP.LexNonComment(PeekTok); in EvaluateDefined()
165 PP.LexNonComment(PeekTok); in EvaluateDefined()
243 PP.LexNonComment(PeekTok); in EvaluateValue()
371 PP.LexNonComment(PeekTok); in EvaluateValue()
437 PP.LexNonComment(PeekTok); in EvaluateValue()
473 PP.LexNonComment(PeekTok); in EvaluateValue()
481 PP.LexNonComment(PeekTok); in EvaluateValue()
502 PP.LexNonComment(PeekTok); in EvaluateValue()
515 PP.LexNonComment(PeekTok); in EvaluateValue()
535 PP.LexNonComment(PeekTok); in EvaluateValue()
[all …]
H A DPPMacroExpansion.cpp1236 PP.LexNonComment(Tok); in EvaluateHasIncludeCommon()
1861 LexNonComment(Tok); in ExpandBuiltinMacro()
1873 LexNonComment(Tok); in ExpandBuiltinMacro()
1895 LexNonComment(RParen); in ExpandBuiltinMacro()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1759 void LexNonComment(Token &Result) { in LexNonComment() function