Searched refs:classInterface (Results 1 – 1 of 1) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 1850 ObjCInterfaceDecl *classInterface, in ObjCImplDecl() argument 1853 classInterface? classInterface->getIdentifier() in ObjCImplDecl() 1856 ClassInterface(classInterface) {} in ObjCImplDecl() 1923 ObjCInterfaceDecl *classInterface, in ObjCCategoryImplDecl() argument 1926 : ObjCImplDecl(ObjCCategoryImpl, DC, classInterface, nameLoc, atStartLoc), in ObjCCategoryImplDecl() 1931 ObjCInterfaceDecl *classInterface, 2017 ObjCInterfaceDecl *classInterface, 2023 : ObjCImplDecl(ObjCImplementation, DC, classInterface, nameLoc, atStartLoc), in ObjCImplDecl() argument 2030 ObjCInterfaceDecl *classInterface,
|