Home | History | Annotate | Download | only in AST

Lines Matching refs:ObjCImplDecl

506 /// ObjCProtocolDecl, and ObjCImplDecl.
1833 class ObjCImplDecl : public ObjCContainerDecl {
1840 ObjCImplDecl(Kind DK, DeclContext *DC,
1904 class ObjCCategoryImplDecl : public ObjCImplDecl {
1917 : ObjCImplDecl(ObjCCategoryImpl, DC, classInterface, nameLoc, atStartLoc),
1985 class ObjCImplementationDecl : public ObjCImplDecl {
2014 : ObjCImplDecl(ObjCImplementation, DC, classInterface, nameLoc, atStartLoc),