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

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

Completed in 118 milliseconds