Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPExpressions.cpp108 PP.LexUnexpandedNonComment(PeekTok); in EvaluateDefined()
115 PP.LexUnexpandedNonComment(PeekTok); in EvaluateDefined()
122 PP.LexUnexpandedNonComment(PeekTok); in EvaluateDefined()
147 PP.LexUnexpandedNonComment(PeekTok); in EvaluateDefined()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h1467 void LexUnexpandedNonComment(Token &Result) { in LexUnexpandedNonComment() function