Searched refs:classInterface (Results 1 – 1 of 1) sorted by relevance
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 2074 ObjCInterfaceDecl *classInterface, in ObjCImplDecl() argument 2077 classInterface? classInterface->getIdentifier() in ObjCImplDecl() 2080 ClassInterface(classInterface) {} in ObjCImplDecl() 2147 ObjCInterfaceDecl *classInterface, in ObjCCategoryImplDecl() argument 2150 : ObjCImplDecl(ObjCCategoryImpl, DC, classInterface, nameLoc, atStartLoc), in ObjCCategoryImplDecl() 2155 ObjCInterfaceDecl *classInterface, 2241 ObjCInterfaceDecl *classInterface, 2247 : ObjCImplDecl(ObjCImplementation, DC, classInterface, nameLoc, atStartLoc), in ObjCImplDecl() argument 2254 ObjCInterfaceDecl *classInterface,
|