Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h2476 ObjCInterfaceDecl *classInterface, in ObjCImplDecl() argument
2480 ClassInterface(classInterface) {} in ObjCImplDecl()
2547 ObjCInterfaceDecl *classInterface, in ObjCCategoryImplDecl() argument
2550 : ObjCImplDecl(ObjCCategoryImpl, DC, classInterface, Id, in ObjCCategoryImplDecl()
2562 ObjCInterfaceDecl *classInterface,
2619 ObjCInterfaceDecl *classInterface,
2625 : ObjCImplDecl(ObjCImplementation, DC, classInterface,
2626 classInterface ? classInterface->getIdentifier()
2640 ObjCInterfaceDecl *classInterface,