Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp3060 SmallVector<TemplateParameterList *, 2> ToTPLists(Num); in ImportTemplateParameterLists() local
3064 ToTPLists[I] = *ToTPListOrErr; in ImportTemplateParameterLists()
3067 ToD->setTemplateParameterListsInfo(Importer.ToContext, ToTPLists); in ImportTemplateParameterLists()
3864 SmallVector<TemplateParameterList *, 1> ToTPLists(D->NumTPLists); in VisitFriendDecl() local
3868 ToTPLists[I] = *ListOrErr; in VisitFriendDecl()
3883 *FriendLocOrErr, ToTPLists)) in VisitFriendDecl()