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

/external/clang/include/clang/AST/
H A DDeclObjC.h2228 ObjCCategoryImplDecl *getImplementation() const;
2229 void setImplementation(ObjCCategoryImplDecl *ImplD);
2367 /// ObjCCategoryImplDecl - An object of this class encapsulates a category
2379 /// ObjCCategoryImplDecl
2380 class ObjCCategoryImplDecl : public ObjCImplDecl { class in namespace:clang
2389 ObjCCategoryImplDecl(DeclContext *DC, IdentifierInfo *Id, function in class:clang::ObjCCategoryImplDecl
2396 static ObjCCategoryImplDecl *Create(ASTContext &C, DeclContext *DC,
2402 static ObjCCategoryImplDecl *CreateDeserialized(ASTContext &C, unsigned ID);
2410 /// ((ObjCCategoryImplDecl *)SomeCategoryImplDecl)->getIdentifier()
2442 raw_ostream &operator<<(raw_ostream &OS, const ObjCCategoryImplDecl
[all...]

Completed in 119 milliseconds