Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h2476 ObjCImplDecl(Kind DK, DeclContext *DC, ObjCInterfaceDecl *classInterface, in ObjCImplDecl() argument
2480 ClassInterface(classInterface) {} in ObjCImplDecl()
2547 ObjCInterfaceDecl *classInterface, in ObjCCategoryImplDecl() argument
2550 : ObjCImplDecl(ObjCCategoryImpl, DC, classInterface, Id, nameLoc, in ObjCCategoryImplDecl()
2562 ObjCInterfaceDecl *classInterface, SourceLocation nameLoc,
2618 ObjCInterfaceDecl *classInterface,
2624 : ObjCImplDecl(ObjCImplementation, DC, classInterface,
2625 classInterface ? classInterface->getIdentifier()
2639 ObjCInterfaceDecl *classInterface,