Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
HDPPExpressions.cpp154 PP.LexNonComment(PeekTok); in EvaluateDefined()
159 PP.LexNonComment(PeekTok); in EvaluateDefined()
237 PP.LexNonComment(PeekTok); in EvaluateValue()
261 PP.LexNonComment(PeekTok); in EvaluateValue()
331 PP.LexNonComment(PeekTok); in EvaluateValue()
388 PP.LexNonComment(PeekTok); in EvaluateValue()
393 PP.LexNonComment(PeekTok); // Eat the (. in EvaluateValue()
418 PP.LexNonComment(PeekTok); // Eat the ). in EvaluateValue()
424 PP.LexNonComment(PeekTok); in EvaluateValue()
432 PP.LexNonComment(PeekTok); in EvaluateValue()
[all …]
HDPPMacroExpansion.cpp1209 PP.LexNonComment(Tok); in EvaluateHasIncludeCommon()
1796 LexNonComment(Tok); in ExpandBuiltinMacro()
1808 LexNonComment(Tok); in ExpandBuiltinMacro()
1822 LexNonComment(RParen); in ExpandBuiltinMacro()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
HDPreprocessor.h1407 void LexNonComment(Token &Result) { in LexNonComment() function