Home | History | Annotate | Download | only in Sema

Lines Matching full:lparenloc

10983                       SourceLocation LParenLoc,
11042 return SemaRef.ActOnCallExpr(/*Scope*/ nullptr, NewFn.get(), LParenLoc,
11118 SourceLocation LParenLoc,
11127 return BuildRecoveryCallExpr(SemaRef, S, Fn, ULE, LParenLoc, Args,
11138 return SemaRef.BuildResolvedCallExpr(Fn, FDecl, LParenLoc, Args, RParenLoc,
11145 ExprResult Recovery = BuildRecoveryCallExpr(SemaRef, S, Fn, ULE, LParenLoc,
11191 return SemaRef.BuildResolvedCallExpr(Fn, FDecl, LParenLoc, Args, RParenLoc,
11208 SourceLocation LParenLoc,
11217 if (buildOverloadedCallSet(S, Fn, ULE, Args, LParenLoc, &CandidateSet,
11225 return FinishOverloadedCallExpr(*this, S, Fn, ULE, LParenLoc, Args,
11884 SourceLocation LParenLoc,
11920 Diag(LParenLoc, diag::err_pointer_to_member_call_drops_quals)
12067 return BuildResolvedCallExpr(MemExprE, Method, LParenLoc, Args,
12119 DiagnoseSentinelCalls(Method, LParenLoc, Args);
12168 SourceLocation LParenLoc,
12190 OverloadCandidateSet CandidateSet(LParenLoc,
12194 if (RequireCompleteType(LParenLoc, Object.get()->getType(),
12198 LookupResult R(*this, OpName, LParenLoc, LookupOrdinaryName);
12309 CheckMemberOperatorAccess(LParenLoc, Object.get(), nullptr,
12311 if (DiagnoseUseOfDecl(Best->FoundDecl, LParenLoc))
12330 return ActOnCallExpr(S, Call.get(), LParenLoc, Args, RParenLoc);
12333 CheckMemberOperatorAccess(LParenLoc, Object.get(), nullptr, Best->FoundDecl);
12350 Context.DeclarationNames.getCXXOperatorName(OO_Call), LParenLoc);
12351 OpLocInfo.setCXXOperatorNameRange(SourceRange(LParenLoc, RParenLoc));
12377 if (CheckCallReturnType(Method->getReturnType(), LParenLoc, TheCall, Method))
12415 = BuildCXXDefaultArgExpr(LParenLoc, Method, Method->getParamDecl(i));
12440 DiagnoseSentinelCalls(Method, LParenLoc, Args);