Home | History | Annotate | Download | only in Sema

Lines Matching defs:Args

7447            "Should not need args for typedef of non-prototype fn");
7605 "friend function specialization without template args");
8940 MultiExprArg Args = Init;
8942 Args = MultiExprArg(CXXDirectInit->getExprs(),
8946 for (size_t Idx = 0; Idx < Args.size(); ++Idx) {
8948 CorrectDelayedTyposInExpr(Args[Idx], [this, Entity, Kind](Expr *E) {
8954 } else if (Res.get() != Args[Idx]) {
8955 Args[Idx] = Res.get();
8961 InitializationSequence InitSeq(*this, Entity, Kind, Args);
8962 ExprResult Result = InitSeq.Perform(*this, Entity, Kind, Args, &DclT);