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

/external/clang/include/clang/AST/
H A DDeclObjC.h426 /// ObjCProtocolDecl, and ObjCImplDecl.
1209 class ObjCImplDecl : public ObjCContainerDecl { class in namespace:clang
1214 ObjCImplDecl(Kind DK, DeclContext *DC, function in class:clang::ObjCImplDecl
1253 static bool classof(const ObjCImplDecl *D) { return true; }
1272 class ObjCCategoryImplDecl : public ObjCImplDecl {
1279 : ObjCImplDecl(ObjCCategoryImpl, DC, classInterface, nameLoc, atStartLoc),
1350 class ObjCImplementationDecl : public ObjCImplDecl {
1368 : ObjCImplDecl(ObjCImplementation, DC, classInterface, nameLoc, atStartLoc),

Completed in 95 milliseconds