Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp5386 auto *TemplateWithDef = ToTemplatedDef->getDescribedTemplate(); in getTemplateDefinition() local
5387 return cast_or_null<T>(TemplateWithDef); in getTemplateDefinition()
5420 ClassTemplateDecl *TemplateWithDef = in VisitClassTemplateDecl() local
5422 if (D->isThisDeclarationADefinition() && TemplateWithDef) in VisitClassTemplateDecl()
5423 return Importer.MapImported(D, TemplateWithDef); in VisitClassTemplateDecl()
5957 FunctionTemplateDecl *TemplateWithDef = in VisitFunctionTemplateDecl() local
5959 if (D->isThisDeclarationADefinition() && TemplateWithDef) in VisitFunctionTemplateDecl()
5960 return Importer.MapImported(D, TemplateWithDef); in VisitFunctionTemplateDecl()