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

/external/clang/include/clang/AST/
H A DDeclObjC.h1681 /// ObjCCompatibleAliasDecl - Represents alias of a class. This alias is
1683 class ObjCCompatibleAliasDecl : public NamedDecl { class in namespace:clang
1688 ObjCCompatibleAliasDecl(DeclContext *DC, SourceLocation L, IdentifierInfo *Id, function in class:clang::ObjCCompatibleAliasDecl
1692 static ObjCCompatibleAliasDecl *Create(ASTContext &C, DeclContext *DC,
1696 static ObjCCompatibleAliasDecl *CreateDeserialized(ASTContext &C,
1704 static bool classof(const ObjCCompatibleAliasDecl *D) { return true; }

Completed in 73 milliseconds