Lines Matching refs:CallLoc
4652 bool Sema::CheckCXXDefaultArgExpr(SourceLocation CallLoc, FunctionDecl *FD, in CheckCXXDefaultArgExpr() argument
4655 Diag(CallLoc, in CheckCXXDefaultArgExpr()
4689 InstantiatingTemplate Inst(*this, CallLoc, Param, in CheckCXXDefaultArgExpr()
4772 ExprResult Sema::BuildCXXDefaultArgExpr(SourceLocation CallLoc, in BuildCXXDefaultArgExpr() argument
4774 if (CheckCXXDefaultArgExpr(CallLoc, FD, Param)) in BuildCXXDefaultArgExpr()
4776 return CXXDefaultArgExpr::Create(Context, CallLoc, Param); in BuildCXXDefaultArgExpr()
4982 bool Sema::GatherArgumentsForCall(SourceLocation CallLoc, FunctionDecl *FDecl, in GatherArgumentsForCall() argument
5039 BuildCXXDefaultArgExpr(CallLoc, FDecl, Param); in GatherArgumentsForCall()
5052 CheckStaticArrayArgument(CallLoc, Param, Arg); in GatherArgumentsForCall()
5065 ExprResult arg = checkUnknownAnyArg(CallLoc, A, paramType); in GatherArgumentsForCall()
5104 Sema::CheckStaticArrayArgument(SourceLocation CallLoc, in CheckStaticArrayArgument() argument
5119 Diag(CallLoc, diag::warn_null_arg) << ArgExpr->getSourceRange(); in CheckStaticArrayArgument()
5134 Diag(CallLoc, diag::warn_static_array_too_small) in CheckStaticArrayArgument()
5366 Sema &S, const UnresolvedMemberExpr *const UME, SourceLocation CallLoc) { in tryImplicitlyCaptureThisIfImplicitMemberFunctionAccessWithDependentArgs() argument
5393 if (!S.CheckCXXThisCapture(CallLoc, /*Explcit*/ false, /*Diagnose*/ false)) in tryImplicitlyCaptureThisIfImplicitMemberFunctionAccessWithDependentArgs()
5394 S.CheckCXXThisCapture(CallLoc); in tryImplicitlyCaptureThisIfImplicitMemberFunctionAccessWithDependentArgs()
5400 CurLSI->addPotentialThisCapture(CallLoc); in tryImplicitlyCaptureThisIfImplicitMemberFunctionAccessWithDependentArgs()