Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DPPExpressions.cpp138 PP.LexNonComment(PeekTok); in EvaluateDefined()
142 PP.LexNonComment(PeekTok); in EvaluateDefined()
177 PP.LexNonComment(PeekTok); in EvaluateValue()
199 PP.LexNonComment(PeekTok); in EvaluateValue()
271 PP.LexNonComment(PeekTok); in EvaluateValue()
326 PP.LexNonComment(PeekTok); in EvaluateValue()
331 PP.LexNonComment(PeekTok); // Eat the (. in EvaluateValue()
354 PP.LexNonComment(PeekTok); // Eat the ). in EvaluateValue()
360 PP.LexNonComment(PeekTok); in EvaluateValue()
367 PP.LexNonComment(PeekTok); in EvaluateValue()
[all …]
H A DPPMacroExpansion.cpp1078 PP.LexNonComment(Tok); in EvaluateHasIncludeCommon()
1142 PP.LexNonComment(Tok); in EvaluateHasIncludeCommon()
1210 PP.LexNonComment(Tok); in EvaluateBuildingModule()
1223 PP.LexNonComment(Tok); in EvaluateBuildingModule()
1235 PP.LexNonComment(Tok); in EvaluateBuildingModule()
1536 LexNonComment(Tok); in ExpandBuiltinMacro()
1548 LexNonComment(Tok); in ExpandBuiltinMacro()
1562 LexNonComment(RParen); in ExpandBuiltinMacro()
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h833 void LexNonComment(Token &Result) { in LexNonComment() function