Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h2429 ObjCInterfaceDecl *classInterface, in ObjCImplDecl() argument
2433 ClassInterface(classInterface) {} in ObjCImplDecl()
2500 ObjCInterfaceDecl *classInterface, in ObjCCategoryImplDecl() argument
2503 : ObjCImplDecl(ObjCCategoryImpl, DC, classInterface, Id, in ObjCCategoryImplDecl()
2515 ObjCInterfaceDecl *classInterface,
2570 ObjCInterfaceDecl *classInterface,
2576 : ObjCImplDecl(ObjCImplementation, DC, classInterface,
2577 classInterface ? classInterface->getIdentifier()
2591 ObjCInterfaceDecl *classInterface,