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

/external/clang/include/clang/AST/
H A DDeclObjC.h813 ObjCImplementationDecl *getImplementation() const;
814 void setImplementation(ObjCImplementationDecl *ImplD);
1968 /// ObjCImplementationDecl - Represents a class definition - this is where
1985 class ObjCImplementationDecl : public ObjCImplDecl { class in namespace:clang
2007 ObjCImplementationDecl(DeclContext *DC, function in class:clang::ObjCImplementationDecl
2020 static ObjCImplementationDecl *Create(ASTContext &C, DeclContext *DC,
2029 static ObjCImplementationDecl *CreateDeserialized(ASTContext &C, unsigned ID);
2139 raw_ostream &operator<<(raw_ostream &OS, const ObjCImplementationDecl &ID);

Completed in 106 milliseconds