Lines Matching refs:CurTok
255 const Token &CurTok = Tokens[I]; in ExpandFunctionArguments() local
262 if (I != 0 && !Tokens[I-1].is(tok::hashhash) && CurTok.hasLeadingSpace()) in ExpandFunctionArguments()
265 if (VCtx.isVAOptToken(CurTok)) { in ExpandFunctionArguments()
271 VCtx.sawVAOptFollowedByOpeningParens(CurTok.getLocation(), in ExpandFunctionArguments()
369 if (CurTok.isOneOf(tok::hash, tok::hashat)) { in ExpandFunctionArguments()
377 CurTok.is(tok::hashat)); in ExpandFunctionArguments()
382 getExpansionLocForMacroDefLoc(CurTok.getLocation()); in ExpandFunctionArguments()
386 bool Charify = CurTok.is(tok::hashat); in ExpandFunctionArguments()
416 IdentifierInfo *II = CurTok.getIdentifierInfo(); in ExpandFunctionArguments()
420 ResultToks.push_back(CurTok); in ExpandFunctionArguments()
482 updateLocForMacroArgTokens(CurTok.getLocation(), in ExpandFunctionArguments()
540 updateLocForMacroArgTokens(CurTok.getLocation(), in ExpandFunctionArguments()