Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp1000 UnresolvedSet<8> TemplDecls; in VisitFunctionDecl() local
1003 TemplDecls.addDecl(readDeclAs<NamedDecl>()); in VisitFunctionDecl()
1014 TemplDecls, TemplArgs); in VisitFunctionDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp3129 UnresolvedSet<8> TemplDecls; in ImportTemplateInformation() local
3134 TemplDecls.addDecl(*ToFTDOrErr); in ImportTemplateInformation()
3149 TemplDecls, ToTAInfo); in ImportTemplateInformation()