Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPExpressions.cpp156 PP.LexNonComment(PeekTok); in EvaluateDefined()
160 PP.LexNonComment(PeekTok); in EvaluateDefined()
238 PP.LexNonComment(PeekTok); in EvaluateValue()
332 PP.LexNonComment(PeekTok); in EvaluateValue()
389 PP.LexNonComment(PeekTok); in EvaluateValue()
425 PP.LexNonComment(PeekTok); in EvaluateValue()
433 PP.LexNonComment(PeekTok); in EvaluateValue()
454 PP.LexNonComment(PeekTok); in EvaluateValue()
467 PP.LexNonComment(PeekTok); in EvaluateValue()
487 PP.LexNonComment(PeekTok); in EvaluateValue()
[all …]
H A DPPMacroExpansion.cpp1155 PP.LexNonComment(Tok); in EvaluateHasIncludeCommon()
1219 PP.LexNonComment(Tok); in EvaluateHasIncludeCommon()
1752 LexNonComment(Tok); in ExpandBuiltinMacro()
1764 LexNonComment(Tok); in ExpandBuiltinMacro()
1778 LexNonComment(RParen); in ExpandBuiltinMacro()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h1310 void LexNonComment(Token &Result) { in LexNonComment() function