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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp76 Token &PeekTok, bool ValueLive,
102 static bool EvaluateDefined(PPValue &Result, Token &PeekTok, DefinedTracker &DT, argument
104 SourceLocation beginLoc(PeekTok.getLocation());
108 PP.LexUnexpandedNonComment(PeekTok);
112 if (PeekTok.is(tok::l_paren)) {
114 LParenLoc = PeekTok.getLocation();
115 PP.LexUnexpandedNonComment(PeekTok);
118 if (PeekTok.is(tok::code_completion)) {
122 PP.LexUnexpandedNonComment(PeekTok);
126 if (PP.CheckMacroName(PeekTok, MU_Othe
229 EvaluateValue(PPValue &Result, Token &PeekTok, DefinedTracker &DT, bool ValueLive, Preprocessor &PP) argument
563 EvaluateDirectiveSubExpr(PPValue &LHS, unsigned MinPrec, Token &PeekTok, bool ValueLive, bool &IncludedUndefinedIds, Preprocessor &PP) argument
[all...]

Completed in 21 milliseconds