Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp5601 auto *TemplateWithDef = ToTemplatedDef->getDescribedTemplate(); in getTemplateDefinition() local
5602 return cast_or_null<T>(TemplateWithDef); in getTemplateDefinition()
5635 ClassTemplateDecl *TemplateWithDef = in VisitClassTemplateDecl() local
5637 if (D->isThisDeclarationADefinition() && TemplateWithDef) in VisitClassTemplateDecl()
5638 return Importer.MapImported(D, TemplateWithDef); in VisitClassTemplateDecl()
6170 FunctionTemplateDecl *TemplateWithDef = in VisitFunctionTemplateDecl() local
6172 if (D->isThisDeclarationADefinition() && TemplateWithDef) in VisitFunctionTemplateDecl()
6173 return Importer.MapImported(D, TemplateWithDef); in VisitFunctionTemplateDecl()