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

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

Completed in 99 milliseconds