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

/external/clang/include/clang/AST/
H A DDeclObjC.h2624 /// ObjCCompatibleAliasDecl - Represents alias of a class. This alias is
2626 class ObjCCompatibleAliasDecl : public NamedDecl { class in namespace:clang
2631 ObjCCompatibleAliasDecl(DeclContext *DC, SourceLocation L, IdentifierInfo *Id, function in class:clang::ObjCCompatibleAliasDecl
2635 static ObjCCompatibleAliasDecl *Create(ASTContext &C, DeclContext *DC,
2639 static ObjCCompatibleAliasDecl *CreateDeserialized(ASTContext &C,

Completed in 303 milliseconds