Home | History | Annotate | Download | only in Sema

Lines Matching refs:LParenLoc

9497                       SourceLocation LParenLoc,
9547 return SemaRef.ActOnCallExpr(/*Scope*/ 0, NewFn.take(), LParenLoc,
9561 SourceLocation LParenLoc,
9613 return BuildRecoveryCallExpr(*this, S, Fn, ULE, LParenLoc,
9629 return BuildResolvedCallExpr(Fn, FDecl, LParenLoc, Args, NumArgs, RParenLoc,
9636 ExprResult Recovery = BuildRecoveryCallExpr(*this, S, Fn, ULE, LParenLoc,
9673 return BuildResolvedCallExpr(Fn, FDecl, LParenLoc, Args, NumArgs,
10349 SourceLocation LParenLoc, Expr **Args,
10384 Diag(LParenLoc, diag::err_pointer_to_member_call_drops_quals)
10520 return BuildResolvedCallExpr(MemExprE, Method, LParenLoc,
10560 DiagnoseSentinelCalls(Method, LParenLoc, Args, NumArgs);
10588 SourceLocation LParenLoc,
10609 OverloadCandidateSet CandidateSet(LParenLoc);
10612 if (RequireCompleteType(LParenLoc, Object.get()->getType(),
10617 LookupResult R(*this, OpName, LParenLoc, LookupOrdinaryName);
10732 CheckMemberOperatorAccess(LParenLoc, Object.get(), 0, Best->FoundDecl);
10733 DiagnoseUseOfDecl(Best->FoundDecl, LParenLoc);
10750 return ActOnCallExpr(S, Call.get(), LParenLoc, MultiExprArg(Args, NumArgs),
10754 MarkFunctionReferenced(LParenLoc, Best->Function);
10755 CheckMemberOperatorAccess(LParenLoc, Object.get(), 0, Best->FoundDecl);
10756 DiagnoseUseOfDecl(Best->FoundDecl, LParenLoc);
10783 Context.DeclarationNames.getCXXOperatorName(OO_Call), LParenLoc);
10784 OpLocInfo.setCXXOperatorNameRange(SourceRange(LParenLoc, RParenLoc));
10804 if (CheckCallReturnType(Method->getResultType(), LParenLoc, TheCall,
10845 = BuildCXXDefaultArgExpr(LParenLoc, Method, Method->getParamDecl(i));
10869 DiagnoseSentinelCalls(Method, LParenLoc, Args, NumArgs);