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

/external/clang/include/clang/AST/
H A DDeclObjC.h1262 ObjCImplementationDecl *getImplementation() const;
1263 void setImplementation(ObjCImplementationDecl *ImplD);
2444 /// ObjCImplementationDecl - Represents a class definition - this is where
2461 class ObjCImplementationDecl : public ObjCImplDecl { class in namespace:clang
2483 ObjCImplementationDecl(DeclContext *DC, function in class:clang::ObjCImplementationDecl
2496 static ObjCImplementationDecl *Create(ASTContext &C, DeclContext *DC,
2505 static ObjCImplementationDecl *CreateDeserialized(ASTContext &C, unsigned ID);
2622 raw_ostream &operator<<(raw_ostream &OS, const ObjCImplementationDecl &ID);

Completed in 91 milliseconds