Searched defs:PeekTok (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Lex/
H A DPPExpressions.cpp58 Token &PeekTok, bool ValueLive,
82 static bool EvaluateDefined(PPValue &Result, Token &PeekTok, DefinedTracker &DT, argument
84 SourceLocation beginLoc(PeekTok.getLocation());
88 PP.LexUnexpandedNonComment(PeekTok);
92 if (PeekTok.is(tok::l_paren)) {
94 LParenLoc = PeekTok.getLocation();
95 PP.LexUnexpandedNonComment(PeekTok);
98 if (PeekTok.is(tok::code_completion)) {
102 PP.LexUnexpandedNonComment(PeekTok);
106 if (PP.CheckMacroName(PeekTok,
169 EvaluateValue(PPValue &Result, Token &PeekTok, DefinedTracker &DT, bool ValueLive, Preprocessor &PP) argument
457 EvaluateDirectiveSubExpr(PPValue &LHS, unsigned MinPrec, Token &PeekTok, bool ValueLive, Preprocessor &PP) argument
[all...]

Completed in 260 milliseconds