Searched refs:classInterface (Results 1 – 1 of 1) sorted by relevance
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 2316 ObjCInterfaceDecl *classInterface, in ObjCImplDecl() argument 2319 classInterface? classInterface->getIdentifier() in ObjCImplDecl() 2322 ClassInterface(classInterface) {} in ObjCImplDecl() 2390 ObjCInterfaceDecl *classInterface, in ObjCCategoryImplDecl() argument 2393 : ObjCImplDecl(ObjCCategoryImpl, DC, classInterface, nameLoc, atStartLoc), in ObjCCategoryImplDecl() 2398 ObjCInterfaceDecl *classInterface, 2484 ObjCInterfaceDecl *classInterface, 2490 : ObjCImplDecl(ObjCImplementation, DC, classInterface, nameLoc, atStartLoc), in ObjCImplDecl() argument 2497 ObjCInterfaceDecl *classInterface,
|