Lines Matching refs:CurTok
257 const Token &CurTok = Tokens[I]; in ExpandFunctionArguments() local
264 if (I != 0 && !Tokens[I-1].is(tok::hashhash) && CurTok.hasLeadingSpace()) in ExpandFunctionArguments()
267 if (VCtx.isVAOptToken(CurTok)) { in ExpandFunctionArguments()
273 VCtx.sawVAOptFollowedByOpeningParens(CurTok.getLocation(), in ExpandFunctionArguments()
371 if (CurTok.isOneOf(tok::hash, tok::hashat)) { in ExpandFunctionArguments()
379 CurTok.is(tok::hashat)); in ExpandFunctionArguments()
384 getExpansionLocForMacroDefLoc(CurTok.getLocation()); in ExpandFunctionArguments()
388 bool Charify = CurTok.is(tok::hashat); in ExpandFunctionArguments()
418 IdentifierInfo *II = CurTok.getIdentifierInfo(); in ExpandFunctionArguments()
422 ResultToks.push_back(CurTok); in ExpandFunctionArguments()
482 updateLocForMacroArgTokens(CurTok.getLocation(), in ExpandFunctionArguments()
539 updateLocForMacroArgTokens(CurTok.getLocation(), in ExpandFunctionArguments()