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

/external/clang/include/clang/AST/
H A DDeclObjC.h688 ObjCImplementationDecl *getImplementation() const;
689 void setImplementation(ObjCImplementationDecl *ImplD);
1544 /// ObjCImplementationDecl - Represents a class definition - this is where
1558 class ObjCImplementationDecl : public ObjCImplDecl { class in namespace:clang
1574 ObjCImplementationDecl(DeclContext *DC, function in class:clang::ObjCImplementationDecl
1586 static ObjCImplementationDecl *Create(ASTContext &C, DeclContext *DC,
1594 static ObjCImplementationDecl *CreateDeserialized(ASTContext &C, unsigned ID);
1679 static bool classof(const ObjCImplementationDecl *D) { return true; }
1686 raw_ostream &operator<<(raw_ostream &OS, const ObjCImplementationDecl &ID);

Completed in 63 milliseconds