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

/external/clang/include/clang/AST/
H A DDeclObjC.h1351 ObjCCategoryImplDecl *getImplementation() const;
1352 void setImplementation(ObjCCategoryImplDecl *ImplD);
1464 /// ObjCCategoryImplDecl - An object of this class encapsulates a category
1476 /// ObjCCategoryImplDecl
1477 class ObjCCategoryImplDecl : public ObjCImplDecl { class in namespace:clang
1486 ObjCCategoryImplDecl(DeclContext *DC, IdentifierInfo *Id, function in class:clang::ObjCCategoryImplDecl
1493 static ObjCCategoryImplDecl *Create(ASTContext &C, DeclContext *DC,
1499 static ObjCCategoryImplDecl *CreateDeserialized(ASTContext &C, unsigned ID);
1507 /// ((ObjCCategoryImplDecl *)SomeCategoryImplDecl)->getIdentifier()
1535 static bool classof(const ObjCCategoryImplDecl *
[all...]

Completed in 200 milliseconds