Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h2433 ObjCInterfaceDecl *classInterface, in ObjCImplDecl() argument
2437 ClassInterface(classInterface) {} in ObjCImplDecl()
2504 ObjCInterfaceDecl *classInterface, in ObjCCategoryImplDecl() argument
2507 : ObjCImplDecl(ObjCCategoryImpl, DC, classInterface, Id, in ObjCCategoryImplDecl()
2519 ObjCInterfaceDecl *classInterface,
2574 ObjCInterfaceDecl *classInterface,
2580 : ObjCImplDecl(ObjCImplementation, DC, classInterface,
2581 classInterface ? classInterface->getIdentifier()
2595 ObjCInterfaceDecl *classInterface,