Lines Matching refs:CallLoc

5858 bool Sema::CheckCXXDefaultArgExpr(SourceLocation CallLoc, FunctionDecl *FD,  in CheckCXXDefaultArgExpr()  argument
5865 Diag(CallLoc, diag::note_recursive_default_argument_used_here); in CheckCXXDefaultArgExpr()
5870 Diag(CallLoc, diag::err_use_of_default_argument_to_function_declared_later) in CheckCXXDefaultArgExpr()
5878 InstantiateDefaultArgument(CallLoc, FD, Param)) in CheckCXXDefaultArgExpr()
5912 ExprResult Sema::BuildCXXDefaultArgExpr(SourceLocation CallLoc, in BuildCXXDefaultArgExpr() argument
5915 if (CheckCXXDefaultArgExpr(CallLoc, FD, Param)) in BuildCXXDefaultArgExpr()
5917 return CXXDefaultArgExpr::Create(Context, CallLoc, Param, CurContext); in BuildCXXDefaultArgExpr()
6127 bool Sema::GatherArgumentsForCall(SourceLocation CallLoc, FunctionDecl *FDecl, in GatherArgumentsForCall() argument
6184 ExprResult ArgExpr = BuildCXXDefaultArgExpr(CallLoc, FDecl, Param); in GatherArgumentsForCall()
6197 CheckStaticArrayArgument(CallLoc, Param, Arg); in GatherArgumentsForCall()
6210 ExprResult arg = checkUnknownAnyArg(CallLoc, A, paramType); in GatherArgumentsForCall()
6249 Sema::CheckStaticArrayArgument(SourceLocation CallLoc, in CheckStaticArrayArgument() argument
6264 Diag(CallLoc, diag::warn_null_arg) << ArgExpr->getSourceRange(); in CheckStaticArrayArgument()
6281 Diag(CallLoc, diag::warn_static_array_too_small) in CheckStaticArrayArgument()
6294 Diag(CallLoc, diag::warn_static_array_too_small) in CheckStaticArrayArgument()
6537 Sema &S, const UnresolvedMemberExpr *const UME, SourceLocation CallLoc) { in tryImplicitlyCaptureThisIfImplicitMemberFunctionAccessWithDependentArgs() argument
6564 if (!S.CheckCXXThisCapture(CallLoc, /*Explcit*/ false, /*Diagnose*/ false)) in tryImplicitlyCaptureThisIfImplicitMemberFunctionAccessWithDependentArgs()
6565 S.CheckCXXThisCapture(CallLoc); in tryImplicitlyCaptureThisIfImplicitMemberFunctionAccessWithDependentArgs()
6571 CurLSI->addPotentialThisCapture(CallLoc); in tryImplicitlyCaptureThisIfImplicitMemberFunctionAccessWithDependentArgs()