Home | History | Annotate | Download | only in Sema

Lines Matching refs:CallLoc

4264 ExprResult Sema::BuildCXXDefaultArgExpr(SourceLocation CallLoc,
4268 Diag(CallLoc,
4286 InstantiatingTemplate Inst(*this, CallLoc, Param,
4320 return CXXDefaultArgExpr::Create(Context, CallLoc, Param, Arg);
4347 return CXXDefaultArgExpr::Create(Context, CallLoc, Param);
4553 bool Sema::GatherArgumentsForCall(SourceLocation CallLoc, FunctionDecl *FDecl,
4607 BuildCXXDefaultArgExpr(CallLoc, FDecl, Param);
4620 CheckStaticArrayArgument(CallLoc, Param, Arg);
4633 ExprResult arg = checkUnknownAnyArg(CallLoc, A, paramType);
4672 Sema::CheckStaticArrayArgument(SourceLocation CallLoc,
4687 Diag(CallLoc, diag::warn_null_arg) << ArgExpr->getSourceRange();
4702 Diag(CallLoc, diag::warn_static_array_too_small)
14408 ExprResult Sema::checkUnknownAnyArg(SourceLocation callLoc,
14428 return PerformCopyInitialization(entity, callLoc, arg);