Searched defs:TempParamLists (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1529 SmallVector<TemplateParameterList *, 4> TempParamLists; local
1532 TempParamLists.set_size(NumTempParamLists);
1538 TempParamLists[I] = InstParams;
1686 TempParamLists.data());
H A DSemaDeclCXX.cpp11614 MultiTemplateParamsArg TempParamLists) {
11622 TagLoc, NameLoc, SS, nullptr, TempParamLists, /*friend*/ true,
11633 TempParamLists.size() - 1,
11634 TempParamLists.data()).get();
11646 for (unsigned I = TempParamLists.size(); I-- > 0; ) {
11647 if (TempParamLists[I]->size()) {
11695 TSI, FriendLoc, TempParamLists);
11719 TSI, FriendLoc, TempParamLists);
11608 ActOnTemplatedFriendTag(Scope *S, SourceLocation FriendLoc, unsigned TagSpec, SourceLocation TagLoc, CXXScopeSpec &SS, IdentifierInfo *Name, SourceLocation NameLoc, AttributeList *Attr, MultiTemplateParamsArg TempParamLists) argument

Completed in 189 milliseconds