Lines Matching refs:TokLoc
1499 static SourceLocation getUDSuffixLoc(Sema &S, SourceLocation TokLoc,
1501 return Lexer::AdvanceToTokenCharacter(TokLoc, Offset, S.getSourceManager(),
3229 SourceLocation TokLoc = Tok.getLocation();
3252 return BuildLiteralOperatorCall(R, OpNameInfo, Lit, TokLoc);
3265 /*Pascal*/false, StrTy, &TokLoc, 1);
3266 return BuildLiteralOperatorCall(R, OpNameInfo, Lit, TokLoc);
3284 return BuildLiteralOperatorCall(R, OpNameInfo, None, TokLoc,
10254 /// operator @p Opc at location @c TokLoc. This routine only supports
10664 ExprResult Sema::ActOnBinOp(Scope *S, SourceLocation TokLoc,
10672 DiagnoseBinOpPrecedence(*this, Opc, TokLoc, LHSExpr, RHSExpr);
10674 return BuildBinOp(S, TokLoc, Opc, LHSExpr, RHSExpr);