Lines Matching defs:TokLoc
1945 static SourceLocation getUDSuffixLoc(Sema &S, SourceLocation TokLoc,
1947 return Lexer::AdvanceToTokenCharacter(TokLoc, Offset, S.getSourceManager(),
3740 SourceLocation TokLoc = Tok.getLocation();
3767 return BuildLiteralOperatorCall(R, OpNameInfo, Lit, TokLoc);
3781 /*Pascal*/ false, StrTy, &TokLoc, 1);
3782 return BuildLiteralOperatorCall(R, OpNameInfo, Lit, TokLoc);
3800 return BuildLiteralOperatorCall(R, OpNameInfo, {}, TokLoc, &ExplicitArgs);
15295 ExprResult Sema::ActOnBinOp(Scope *S, SourceLocation TokLoc,
15303 DiagnoseBinOpPrecedence(*this, Opc, TokLoc, LHSExpr, RHSExpr);
15308 DetectPrecisionLossInComplexDivision(*this, TokLoc, LHSExpr);
15316 return BuildBinOp(S, TokLoc, Opc, LHSExpr, RHSExpr);