Home
last modified time | relevance | path

Searched refs:ToTPLists (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp3095 SmallVector<TemplateParameterList *, 2> ToTPLists(Num); in ImportTemplateParameterLists() local
3099 ToTPLists[I] = *ToTPListOrErr; in ImportTemplateParameterLists()
3102 ToD->setTemplateParameterListsInfo(Importer.ToContext, ToTPLists); in ImportTemplateParameterLists()
3965 SmallVector<TemplateParameterList *, 1> ToTPLists(D->NumTPLists); in VisitFriendDecl() local
3969 ToTPLists[I] = *ListOrErr; in VisitFriendDecl()
3984 *FriendLocOrErr, ToTPLists)) in VisitFriendDecl()