Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclObjC.cpp1824 ClassInterface(IDecl), TypeParamList(nullptr), in ObjCCategoryDecl()
1892 ObjCInterfaceDecl *ClassInterface, in Create() argument
1896 if (ClassInterface && ClassInterface->hasDefinition()) in Create()
1897 ClassInterface = ClassInterface->getDefinition(); in Create()
1898 return new (C, DC) ObjCCategoryImplDecl(DC, Id, ClassInterface, nameLoc, in Create()
1939 ClassInterface = IFace; in setClassInterface()
1981 ObjCInterfaceDecl *ClassInterface, in Create() argument
1988 if (ClassInterface && ClassInterface->hasDefinition()) in Create()
1989 ClassInterface = ClassInterface->getDefinition(); in Create()
1990 return new (C, DC) ObjCImplementationDecl(DC, ClassInterface, SuperDecl, in Create()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclObjC.h1943 ObjCInterfaceDecl *ClassInterface; variable
1982 ObjCInterfaceDecl *getClassInterface() { return ClassInterface; } in getClassInterface()
1983 const ObjCInterfaceDecl *getClassInterface() const { return ClassInterface; } in getClassInterface()
2080 ObjCInterfaceDecl *ClassInterface; variable
2090 ClassInterface(classInterface) {} in ObjCImplDecl()
2093 const ObjCInterfaceDecl *getClassInterface() const { return ClassInterface; } in getClassInterface()
2094 ObjCInterfaceDecl *getClassInterface() { return ClassInterface; } in getClassInterface()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderDecl.cpp1060 CD->ClassInterface = ReadDeclAs<ObjCInterfaceDecl>(Record, Idx); in VisitObjCCategoryDecl()