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

/external/clang/include/clang/AST/
H A DDeclObjC.h899 /// ObjCProtocolDecl, and ObjCImplDecl.
2308 class ObjCImplDecl : public ObjCContainerDecl { class in namespace:clang
2315 ObjCImplDecl(Kind DK, DeclContext *DC, function in class:clang::ObjCImplDecl
2380 class ObjCCategoryImplDecl : public ObjCImplDecl {
2393 : ObjCImplDecl(ObjCCategoryImpl, DC, classInterface, nameLoc, atStartLoc),
2461 class ObjCImplementationDecl : public ObjCImplDecl {
2490 : ObjCImplDecl(ObjCImplementation, DC, classInterface, nameLoc, atStartLoc),

Completed in 101 milliseconds