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

/external/clang/include/clang/AST/
H A DDeclObjC.h739 ObjCImplementationDecl *getImplementation() const;
740 void setImplementation(ObjCImplementationDecl *ImplD);
1791 /// ObjCImplementationDecl - Represents a class definition - this is where
1805 class ObjCImplementationDecl : public ObjCImplDecl { class in namespace:clang
1827 ObjCImplementationDecl(DeclContext *DC, function in class:clang::ObjCImplementationDecl
1840 static ObjCImplementationDecl *Create(ASTContext &C, DeclContext *DC,
1849 static ObjCImplementationDecl *CreateDeserialized(ASTContext &C, unsigned ID);
1948 raw_ostream &operator<<(raw_ostream &OS, const ObjCImplementationDecl &ID);

Completed in 101 milliseconds