Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h3281 void setDescribedAliasTemplate(TypeAliasTemplateDecl *TAT) { Template = TAT; } in setDescribedAliasTemplate() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp700 TD->setDescribedAliasTemplate(Template); in VisitTypeAliasDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp965 AliasInst->setDescribedAliasTemplate(Inst); in VisitTypeAliasTemplateDecl()
H A DSemaDeclCXX.cpp12697 NewTD->setDescribedAliasTemplate(NewDecl); in ActOnAliasDeclaration()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp2605 ToTemplatedDecl->setDescribedAliasTemplate(ToAlias); in VisitTypeAliasTemplateDecl()