Home
last modified time | relevance | path

Searched refs:LexUnexpandedNonComment (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Lex/
H A DPPExpressions.cpp108 PP.LexUnexpandedNonComment(PeekTok); in EvaluateDefined()
115 PP.LexUnexpandedNonComment(PeekTok); in EvaluateDefined()
122 PP.LexUnexpandedNonComment(PeekTok); in EvaluateDefined()
149 PP.LexUnexpandedNonComment(PeekTok); in EvaluateDefined()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h1632 void LexUnexpandedNonComment(Token &Result) { in LexUnexpandedNonComment() function