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

/external/clang/include/clang/AST/
H A DDeclObjC.h1753 ObjCCategoryImplDecl *getImplementation() const;
1754 void setImplementation(ObjCCategoryImplDecl *ImplD);
1891 /// ObjCCategoryImplDecl - An object of this class encapsulates a category
1903 /// ObjCCategoryImplDecl
1904 class ObjCCategoryImplDecl : public ObjCImplDecl { class in namespace:clang
1913 ObjCCategoryImplDecl(DeclContext *DC, IdentifierInfo *Id, function in class:clang::ObjCCategoryImplDecl
1920 static ObjCCategoryImplDecl *Create(ASTContext &C, DeclContext *DC,
1926 static ObjCCategoryImplDecl *CreateDeserialized(ASTContext &C, unsigned ID);
1934 /// ((ObjCCategoryImplDecl *)SomeCategoryImplDecl)->getIdentifier()
1966 raw_ostream &operator<<(raw_ostream &OS, const ObjCCategoryImplDecl
[all...]

Completed in 69 milliseconds