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()
285 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.cpp3685 LexNonComment(CurTok); in LexEmbedParameters()
3688 LexNonComment(CurTok); in LexEmbedParameters()
3695 LexNonComment(CurTok); in LexEmbedParameters()
3735 LexNonComment(CurTok); in LexEmbedParameters()
3776 LexNonComment(CurTok); // Eat the ( in LexEmbedParameters()
3806 LexNonComment(CurTok); in LexEmbedParameters()
3813 LexNonComment(CurTok); // Eat the ) in LexEmbedParameters()
3817 LexNonComment(CurTok); // Prime the pump. in LexEmbedParameters()
H A DPPMacroExpansion.cpp1191 PP.LexNonComment(Tok); in EvaluateHasIncludeCommon()
1952 LexNonComment(Tok); in ExpandBuiltinMacro()
1964 LexNonComment(Tok); in ExpandBuiltinMacro()
1986 LexNonComment(RParen); in ExpandBuiltinMacro()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1821 void LexNonComment(Token &Result) { in LexNonComment() function