Searched defs:TypeAliasTemplateDecl (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclTemplate.h38 class TypeAliasTemplateDecl;
2230 class TypeAliasTemplateDecl : public RedeclarableTemplateDecl { class in namespace:clang
2236 TypeAliasTemplateDecl(ASTContext &C, DeclContext *DC, SourceLocation L, function in class:clang::TypeAliasTemplateDecl
2255 TypeAliasTemplateDecl *getCanonicalDecl() override {
2256 return cast<TypeAliasTemplateDecl>(
2259 const TypeAliasTemplateDecl *getCanonicalDecl() const {
2260 return cast<TypeAliasTemplateDecl>(
2266 TypeAliasTemplateDecl *getPreviousDecl() {
2267 return cast_or_null<TypeAliasTemplateDecl>(
2273 const TypeAliasTemplateDecl *getPreviousDec
[all...]

Completed in 191 milliseconds