Lines Matching defs:LParenLoc

13715                       SourceLocation LParenLoc,
13801 return SemaRef.BuildCallExpr(/*Scope*/ nullptr, NewFn.get(), LParenLoc,
13917 SourceLocation LParenLoc,
13936 Res.get(), FDecl, LParenLoc, Args, RParenLoc, ExecConfig,
13958 ExprResult Recovery = BuildRecoveryCallExpr(SemaRef, S, Fn, ULE, LParenLoc,
14010 Res.get(), FDecl, LParenLoc, Args, RParenLoc, ExecConfig,
14035 SourceLocation LParenLoc,
14047 if (buildOverloadedCallSet(S, Fn, ULE, Args, LParenLoc, &CandidateSet,
14076 return FinishOverloadedCallExpr(*this, S, Fn, ULE, LParenLoc, Args, RParenLoc,
14983 MultiExprArg Args, SourceLocation LParenLoc) {
15007 S.BuildCXXDefaultArgExpr(LParenLoc, Method, Method->getParamDecl(i));
15212 SourceLocation LParenLoc,
15250 Diag(LParenLoc, diag::err_pointer_to_member_call_drops_quals)
15430 return BuildResolvedCallExpr(MemExprE, Method, LParenLoc, Args, RParenLoc,
15485 DiagnoseSentinelCalls(Method, LParenLoc, Args);
15495 CheckEnableIf(Method, LParenLoc, Args, true)) {
15538 SourceLocation LParenLoc,
15559 OverloadCandidateSet CandidateSet(LParenLoc,
15563 if (RequireCompleteType(LParenLoc, Object.get()->getType(),
15568 LookupResult R(*this, OpName, LParenLoc, LookupOrdinaryName);
15704 CheckMemberOperatorAccess(LParenLoc, Object.get(), nullptr,
15706 if (DiagnoseUseOfDecl(Best->FoundDecl, LParenLoc))
15725 return BuildCallExpr(S, Call.get(), LParenLoc, Args, RParenLoc);
15728 CheckMemberOperatorAccess(LParenLoc, Object.get(), nullptr, Best->FoundDecl);
15743 Context.DeclarationNames.getCXXOperatorName(OO_Call), LParenLoc);
15744 OpLocInfo.setCXXOperatorNameRange(SourceRange(LParenLoc, RParenLoc));
15772 *this, MethodArgs, Method, Args, LParenLoc);
15788 DiagnoseSentinelCalls(Method, LParenLoc, Args);
15799 if (CheckCallReturnType(Method->getReturnType(), LParenLoc, TheCall, Method))