Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPExpressions.cpp156 PP.LexNonComment(PeekTok); in EvaluateDefined()
161 PP.LexNonComment(PeekTok); in EvaluateDefined()
239 PP.LexNonComment(PeekTok); in EvaluateValue()
279 PP.LexNonComment(PeekTok); in EvaluateValue()
359 PP.LexNonComment(PeekTok); in EvaluateValue()
416 PP.LexNonComment(PeekTok); in EvaluateValue()
421 PP.LexNonComment(PeekTok); // Eat the (. in EvaluateValue()
446 PP.LexNonComment(PeekTok); // Eat the ). in EvaluateValue()
452 PP.LexNonComment(PeekTok); in EvaluateValue()
460 PP.LexNonComment(PeekTok); in EvaluateValue()
[all …]
H A DPPMacroExpansion.cpp1211 PP.LexNonComment(Tok); in EvaluateHasIncludeCommon()
1801 LexNonComment(Tok); in ExpandBuiltinMacro()
1813 LexNonComment(Tok); in ExpandBuiltinMacro()
1834 LexNonComment(RParen); in ExpandBuiltinMacro()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h1447 void LexNonComment(Token &Result) { in LexNonComment() function