Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp1048 UnresolvedSet<8> TemplDecls; in VisitFunctionDecl() local
1051 TemplDecls.addDecl(readDeclAs<NamedDecl>()); in VisitFunctionDecl()
1062 TemplDecls, TemplArgs); in VisitFunctionDecl()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp3169 UnresolvedSet<8> TemplDecls; in ImportTemplateInformation() local
3174 TemplDecls.addDecl(*ToFTDOrErr); in ImportTemplateInformation()
3189 TemplDecls, ToTAInfo); in ImportTemplateInformation()