reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5617 if (checkArgsForPlaceholders(*this, ArgExprs)) 5623 if (!ArgExprs.empty()) { 5627 SourceRange(ArgExprs.front()->getBeginLoc(), 5628 ArgExprs.back()->getEndLoc())); 5642 if (Fn->isTypeDependent() || Expr::hasAnyTypeDependentArguments(ArgExprs)) { 5645 Context, Fn, cast<CallExpr>(ExecConfig), ArgExprs, 5653 return CallExpr::Create(Context, Fn, ArgExprs, Context.DependentTy, 5660 return BuildCallToObjectOfClassType(Scope, Fn, LParenLoc, ArgExprs, 5670 return BuildCallToMemberFunction(Scope, Fn, LParenLoc, ArgExprs, 5681 if (Expr::hasAnyTypeDependentArguments(ArgExprs)) 5682 return CallExpr::Create(Context, Fn, ArgExprs, Context.DependentTy, 5687 Scope, Fn, ULE, LParenLoc, ArgExprs, RParenLoc, ExecConfig, 5689 return BuildCallToMemberFunction(Scope, Fn, LParenLoc, ArgExprs, 5721 rewriteBuiltinFunctionDecl(this, Context, FDecl, ArgExprs))) { 5740 checkDirectCallValidity(*this, Fn, FD, ArgExprs); 5743 return BuildResolvedCallExpr(Fn, NDecl, LParenLoc, ArgExprs, RParenLoc,