Home | History | Annotate | Download | only in AST

Lines Matching refs:ObjCCompatibleAliasDecl

1950 /// ObjCCompatibleAliasDecl - Represents alias of a class. This alias is
1952 class ObjCCompatibleAliasDecl : public NamedDecl {
1957 ObjCCompatibleAliasDecl(DeclContext *DC, SourceLocation L, IdentifierInfo *Id,
1961 static ObjCCompatibleAliasDecl *Create(ASTContext &C, DeclContext *DC,
1965 static ObjCCompatibleAliasDecl *CreateDeserialized(ASTContext &C,