Lines Matching refs:CallLoc
5593 bool Sema::CheckCXXDefaultArgExpr(SourceLocation CallLoc, FunctionDecl *FD, in CheckCXXDefaultArgExpr() argument
5600 Diag(CallLoc, diag::note_recursive_default_argument_used_here); in CheckCXXDefaultArgExpr()
5605 Diag(CallLoc, diag::err_use_of_default_argument_to_function_declared_later) in CheckCXXDefaultArgExpr()
5613 InstantiateDefaultArgument(CallLoc, FD, Param)) in CheckCXXDefaultArgExpr()
5647 ExprResult Sema::BuildCXXDefaultArgExpr(SourceLocation CallLoc, in BuildCXXDefaultArgExpr() argument
5650 if (CheckCXXDefaultArgExpr(CallLoc, FD, Param)) in BuildCXXDefaultArgExpr()
5652 return CXXDefaultArgExpr::Create(Context, CallLoc, Param, CurContext); in BuildCXXDefaultArgExpr()
5861 bool Sema::GatherArgumentsForCall(SourceLocation CallLoc, FunctionDecl *FDecl, in GatherArgumentsForCall() argument
5917 ExprResult ArgExpr = BuildCXXDefaultArgExpr(CallLoc, FDecl, Param); in GatherArgumentsForCall()
5930 CheckStaticArrayArgument(CallLoc, Param, Arg); in GatherArgumentsForCall()
5943 ExprResult arg = checkUnknownAnyArg(CallLoc, A, paramType); in GatherArgumentsForCall()
5982 Sema::CheckStaticArrayArgument(SourceLocation CallLoc, in CheckStaticArrayArgument() argument
5997 Diag(CallLoc, diag::warn_null_arg) << ArgExpr->getSourceRange(); in CheckStaticArrayArgument()
6014 Diag(CallLoc, diag::warn_static_array_too_small) in CheckStaticArrayArgument()
6027 Diag(CallLoc, diag::warn_static_array_too_small) in CheckStaticArrayArgument()
6270 Sema &S, const UnresolvedMemberExpr *const UME, SourceLocation CallLoc) { in tryImplicitlyCaptureThisIfImplicitMemberFunctionAccessWithDependentArgs() argument
6297 if (!S.CheckCXXThisCapture(CallLoc, /*Explcit*/ false, /*Diagnose*/ false)) in tryImplicitlyCaptureThisIfImplicitMemberFunctionAccessWithDependentArgs()
6298 S.CheckCXXThisCapture(CallLoc); in tryImplicitlyCaptureThisIfImplicitMemberFunctionAccessWithDependentArgs()
6304 CurLSI->addPotentialThisCapture(CallLoc); in tryImplicitlyCaptureThisIfImplicitMemberFunctionAccessWithDependentArgs()