Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DASTImporter.cpp5491 auto *TemplateWithDef = ToTemplatedDef->getDescribedTemplate(); in getTemplateDefinition() local
5492 return cast_or_null<T>(TemplateWithDef); in getTemplateDefinition()
5525 ClassTemplateDecl *TemplateWithDef = in VisitClassTemplateDecl() local
5527 if (D->isThisDeclarationADefinition() && TemplateWithDef) in VisitClassTemplateDecl()
5528 return Importer.MapImported(D, TemplateWithDef); in VisitClassTemplateDecl()
6069 FunctionTemplateDecl *TemplateWithDef = in VisitFunctionTemplateDecl() local
6071 if (D->isThisDeclarationADefinition() && TemplateWithDef) in VisitFunctionTemplateDecl()
6072 return Importer.MapImported(D, TemplateWithDef); in VisitFunctionTemplateDecl()