Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/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()
359 PP.LexNonComment(PeekTok); in EvaluateValue()
416 PP.LexNonComment(PeekTok); in EvaluateValue()
421 PP.LexNonComment(PeekTok); // Eat the (. in EvaluateValue()
446 PP.LexNonComment(PeekTok); // Eat the ). in EvaluateValue()
452 PP.LexNonComment(PeekTok); in EvaluateValue()
460 PP.LexNonComment(PeekTok); in EvaluateValue()
[all …]
DPPMacroExpansion.cpp1211 PP.LexNonComment(Tok); in EvaluateHasIncludeCommon()
1792 LexNonComment(Tok); in ExpandBuiltinMacro()
1804 LexNonComment(Tok); in ExpandBuiltinMacro()
1825 LexNonComment(RParen); in ExpandBuiltinMacro()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
DPreprocessor.h1448 void LexNonComment(Token &Result) { in LexNonComment() function