Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDPPExpressions.cpp88 PP.LexUnexpandedNonComment(PeekTok); in EvaluateDefined()
95 PP.LexUnexpandedNonComment(PeekTok); in EvaluateDefined()
102 PP.LexUnexpandedNonComment(PeekTok); in EvaluateDefined()
126 PP.LexUnexpandedNonComment(PeekTok); in EvaluateDefined()
/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDPreprocessor.h1107 void LexUnexpandedNonComment(Token &Result) { in LexUnexpandedNonComment() function