Home
last modified time | relevance | path

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

/freebsd/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()
283 PP.LexNonComment(PeekTok); in EvaluateValue()
371 PP.LexNonComment(PeekTok); in EvaluateValue()
437 PP.LexNonComment(PeekTok); in EvaluateValue()
442 PP.LexNonComment(PeekTok); // Eat the (. in EvaluateValue()
467 PP.LexNonComment(PeekTok); // Eat the ). in EvaluateValue()
473 PP.LexNonComment(PeekTok); in EvaluateValue()
481 PP.LexNonComment(PeekTok); in EvaluateValue()
[all …]
H A DPPDirectives.cpp3669 LexNonComment(CurTok); in LexEmbedParameters()
3672 LexNonComment(CurTok); in LexEmbedParameters()
3679 LexNonComment(CurTok); in LexEmbedParameters()
3719 LexNonComment(CurTok); in LexEmbedParameters()
3760 LexNonComment(CurTok); // Eat the ( in LexEmbedParameters()
3790 LexNonComment(CurTok); in LexEmbedParameters()
3797 LexNonComment(CurTok); // Eat the ) in LexEmbedParameters()
3801 LexNonComment(CurTok); // Prime the pump. in LexEmbedParameters()
H A DPPMacroExpansion.cpp1246 PP.LexNonComment(Tok); in EvaluateHasIncludeCommon()
1999 LexNonComment(Tok); in ExpandBuiltinMacro()
2011 LexNonComment(Tok); in ExpandBuiltinMacro()
2033 LexNonComment(RParen); in ExpandBuiltinMacro()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1784 void LexNonComment(Token &Result) { in LexNonComment() function