Lines Matching refs:LParenLoc

9643                       SourceLocation LParenLoc,
9693 return SemaRef.ActOnCallExpr(/*Scope*/ 0, NewFn.take(), LParenLoc,
9768 SourceLocation LParenLoc,
9777 return BuildRecoveryCallExpr(SemaRef, S, Fn, ULE, LParenLoc,
9789 return SemaRef.BuildResolvedCallExpr(Fn, FDecl, LParenLoc, Args, NumArgs,
9796 ExprResult Recovery = BuildRecoveryCallExpr(SemaRef, S, Fn, ULE, LParenLoc,
9832 return SemaRef.BuildResolvedCallExpr(Fn, FDecl, LParenLoc, Args, NumArgs,
9849 SourceLocation LParenLoc,
9857 if (buildOverloadedCallSet(S, Fn, ULE, Args, NumArgs, LParenLoc,
9865 return FinishOverloadedCallExpr(*this, S, Fn, ULE, LParenLoc, Args, NumArgs,
10539 SourceLocation LParenLoc, Expr **Args,
10574 Diag(LParenLoc, diag::err_pointer_to_member_call_drops_quals)
10711 return BuildResolvedCallExpr(MemExprE, Method, LParenLoc,
10752 DiagnoseSentinelCalls(Method, LParenLoc, Args, NumArgs);
10780 SourceLocation LParenLoc,
10801 OverloadCandidateSet CandidateSet(LParenLoc);
10804 if (RequireCompleteType(LParenLoc, Object.get()->getType(),
10808 LookupResult R(*this, OpName, LParenLoc, LookupOrdinaryName);
10923 CheckMemberOperatorAccess(LParenLoc, Object.get(), 0, Best->FoundDecl);
10924 DiagnoseUseOfDecl(Best->FoundDecl, LParenLoc);
10941 return ActOnCallExpr(S, Call.get(), LParenLoc, MultiExprArg(Args, NumArgs),
10945 MarkFunctionReferenced(LParenLoc, Best->Function);
10946 CheckMemberOperatorAccess(LParenLoc, Object.get(), 0, Best->FoundDecl);
10947 DiagnoseUseOfDecl(Best->FoundDecl, LParenLoc);
10974 Context.DeclarationNames.getCXXOperatorName(OO_Call), LParenLoc);
10975 OpLocInfo.setCXXOperatorNameRange(SourceRange(LParenLoc, RParenLoc));
10995 if (CheckCallReturnType(Method->getResultType(), LParenLoc, TheCall,
11036 = BuildCXXDefaultArgExpr(LParenLoc, Method, Method->getParamDecl(i));
11060 DiagnoseSentinelCalls(Method, LParenLoc, Args, NumArgs);