Home | History | Annotate | Download | only in Sema

Lines Matching refs:Output

2031                              SmallVectorImpl<TemplateArgument> &Output) {
2040 // general output list. We need to do this so that the template argument
2046 Info, InFunctionTemplate, Output))
2050 PackedArgsBuilder.push_back(Output.back());
2051 Output.pop_back();
2055 Output.push_back(TemplateArgument::CreatePackCopy(S.Context,
2073 Output,