Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp5929 auto *TemplateWithDef = ToTemplatedDef->getDescribedTemplate(); in getTemplateDefinition() local
5930 return cast_or_null<T>(TemplateWithDef); in getTemplateDefinition()
5983 ClassTemplateDecl *TemplateWithDef = in VisitClassTemplateDecl() local
5985 if (D->isThisDeclarationADefinition() && TemplateWithDef) in VisitClassTemplateDecl()
5986 return Importer.MapImported(D, TemplateWithDef); in VisitClassTemplateDecl()
6555 FunctionTemplateDecl *TemplateWithDef = in VisitFunctionTemplateDecl() local
6557 if (D->isThisDeclarationADefinition() && TemplateWithDef) in VisitFunctionTemplateDecl()
6558 return Importer.MapImported(D, TemplateWithDef); in VisitFunctionTemplateDecl()