Home
last modified time | relevance | path

Searched refs:classInterface (Results 1 – 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
DDeclObjC.h1119 ObjCInterfaceDecl *classInterface) in ObjCImplDecl() argument
1121 classInterface? classInterface->getIdentifier() : 0), in ObjCImplDecl()
1122 ClassInterface(classInterface) {} in ObjCImplDecl()
1179 ObjCInterfaceDecl *classInterface) in ObjCCategoryImplDecl() argument
1180 : ObjCImplDecl(ObjCCategoryImpl, DC, L, classInterface), Id(Id) {} in ObjCCategoryImplDecl()
1184 ObjCInterfaceDecl *classInterface);
1263 ObjCInterfaceDecl *classInterface, in ObjCImplementationDecl() argument
1265 : ObjCImplDecl(ObjCImplementation, DC, L, classInterface), in ObjCImplementationDecl()
1271 ObjCInterfaceDecl *classInterface,