Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp6015 auto *TemplateWithDef = ToTemplatedDef->getDescribedTemplate(); in getTemplateDefinition() local
6016 return cast_or_null<T>(TemplateWithDef); in getTemplateDefinition()
6069 ClassTemplateDecl *TemplateWithDef = in VisitClassTemplateDecl() local
6071 if (D->isThisDeclarationADefinition() && TemplateWithDef) in VisitClassTemplateDecl()
6072 return Importer.MapImported(D, TemplateWithDef); in VisitClassTemplateDecl()
6657 FunctionTemplateDecl *TemplateWithDef = in VisitFunctionTemplateDecl() local
6659 if (D->isThisDeclarationADefinition() && TemplateWithDef) in VisitFunctionTemplateDecl()
6660 return Importer.MapImported(D, TemplateWithDef); in VisitFunctionTemplateDecl()