Home | History | Annotate | Download | only in Sema

Lines Matching refs:LParenLoc

10053                       SourceLocation LParenLoc,
10113 return SemaRef.ActOnCallExpr(/*Scope*/ 0, NewFn.take(), LParenLoc,
10184 SourceLocation LParenLoc,
10193 return BuildRecoveryCallExpr(SemaRef, S, Fn, ULE, LParenLoc, Args,
10204 return SemaRef.BuildResolvedCallExpr(Fn, FDecl, LParenLoc, Args, RParenLoc,
10211 ExprResult Recovery = BuildRecoveryCallExpr(SemaRef, S, Fn, ULE, LParenLoc,
10243 return SemaRef.BuildResolvedCallExpr(Fn, FDecl, LParenLoc, Args, RParenLoc,
10260 SourceLocation LParenLoc,
10268 if (buildOverloadedCallSet(S, Fn, ULE, Args, LParenLoc, &CandidateSet,
10276 return FinishOverloadedCallExpr(*this, S, Fn, ULE, LParenLoc, Args,
10942 SourceLocation LParenLoc,
10978 Diag(LParenLoc, diag::err_pointer_to_member_call_drops_quals)
11121 return BuildResolvedCallExpr(MemExprE, Method, LParenLoc, Args,
11161 DiagnoseSentinelCalls(Method, LParenLoc, Args);
11189 SourceLocation LParenLoc,
11210 OverloadCandidateSet CandidateSet(LParenLoc);
11213 if (RequireCompleteType(LParenLoc, Object.get()->getType(),
11217 LookupResult R(*this, OpName, LParenLoc, LookupOrdinaryName);
11330 CheckMemberOperatorAccess(LParenLoc, Object.get(), 0, Best->FoundDecl);
11331 if (DiagnoseUseOfDecl(Best->FoundDecl, LParenLoc))
11350 return ActOnCallExpr(S, Call.get(), LParenLoc, Args, RParenLoc);
11353 CheckMemberOperatorAccess(LParenLoc, Object.get(), 0, Best->FoundDecl);
11385 Context.DeclarationNames.getCXXOperatorName(OO_Call), LParenLoc);
11386 OpLocInfo.setCXXOperatorNameRange(SourceRange(LParenLoc, RParenLoc));
11406 if (CheckCallReturnType(Method->getResultType(), LParenLoc, TheCall,
11447 = BuildCXXDefaultArgExpr(LParenLoc, Method, Method->getParamDecl(i));
11471 DiagnoseSentinelCalls(Method, LParenLoc, Args);