Searched refs:classInterface (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 2465 ObjCInterfaceDecl *classInterface, in ObjCImplDecl() argument 2469 ClassInterface(classInterface) {} in ObjCImplDecl() 2536 ObjCInterfaceDecl *classInterface, in ObjCCategoryImplDecl() argument 2539 : ObjCImplDecl(ObjCCategoryImpl, DC, classInterface, Id, in ObjCCategoryImplDecl() 2551 ObjCInterfaceDecl *classInterface, 2606 ObjCInterfaceDecl *classInterface, 2612 : ObjCImplDecl(ObjCImplementation, DC, classInterface, 2613 classInterface ? classInterface->getIdentifier() 2627 ObjCInterfaceDecl *classInterface,
|