Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp3612 SmallVector<TemplateParameterList *, 2> ToTPLists(Num); in ImportTemplateParameterLists() local
3616 ToTPLists[I] = *ToTPListOrErr; in ImportTemplateParameterLists()
3619 ToD->setTemplateParameterListsInfo(Importer.ToContext, ToTPLists); in ImportTemplateParameterLists()
4640 SmallVector<TemplateParameterList *, 1> ToTPLists(D->NumTPLists); in VisitFriendDecl() local
4644 ToTPLists[I] = *ListOrErr; in VisitFriendDecl()
4662 *EllipsisLocOrErr, ToTPLists)) in VisitFriendDecl()