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

/external/clang/include/clang/AST/
H A DDeclObjC.h506 /// ObjCProtocolDecl, and ObjCImplDecl.
1833 class ObjCImplDecl : public ObjCContainerDecl { class in namespace:clang
1840 ObjCImplDecl(Kind DK, DeclContext *DC, function in class:clang::ObjCImplDecl
1904 class ObjCCategoryImplDecl : public ObjCImplDecl {
1917 : ObjCImplDecl(ObjCCategoryImpl, DC, classInterface, nameLoc, atStartLoc),
1985 class ObjCImplementationDecl : public ObjCImplDecl {
2014 : ObjCImplDecl(ObjCImplementation, DC, classInterface, nameLoc, atStartLoc),

Completed in 68 milliseconds