Home | History | Annotate | Download | only in Sema

Lines Matching refs:Args

7183            "Should not need args for typedef of non-prototype fn");
7335 "friend function specialization without template args");
8492 MultiExprArg Args = Init;
8494 Args = MultiExprArg(CXXDirectInit->getExprs(),
8497 InitializationSequence InitSeq(*this, Entity, Kind, Args);
8498 ExprResult Result = InitSeq.Perform(*this, Entity, Kind, Args, &DclT);