Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp277 if (other.IBCollInfo.objcClass) { in IBOutletCollectionInfo()
279 IBCollInfo.objcClass = &ClassInfo; in IBOutletCollectionInfo()
281 IBCollInfo.objcClass = nullptr; in IBOutletCollectionInfo()
319 IBInfo.IBCollInfo.objcClass = nullptr; in AttrListInfo()
325 IBInfo.IBCollInfo.objcClass = &IBInfo.ClassInfo; in AttrListInfo()
766 CatDInfo.ObjCCatDeclInfo.objcClass = &ClassEntity; in handleObjCCategory()
770 CatDInfo.ObjCCatDeclInfo.objcClass = nullptr; in handleObjCCategory()
796 CatDInfo.ObjCCatDeclInfo.objcClass = &ClassEntity; in handleObjCCategoryImpl()
800 CatDInfo.ObjCCatDeclInfo.objcClass = nullptr; in handleObjCCategoryImpl()
H A DCXIndexDataConsumer.h229 IBCollInfo.objcClass = nullptr; in IBOutletCollectionInfo()
/openbsd-src/gnu/llvm/clang/include/clang-c/
H A DIndex.h5865 const CXIdxEntityInfo *objcClass; member
5934 const CXIdxEntityInfo *objcClass; member
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp848 ObjCInterfaceDecl *objcClass = objcObjectType->getInterface(); in applyObjCTypeArgs() local
849 ObjCTypeParamList *typeParams = objcClass->getTypeParamList(); in applyObjCTypeArgs()
852 << objcClass->getDeclName() in applyObjCTypeArgs()
924 << objcClass->getDeclName() in applyObjCTypeArgs()
927 S.Diag(objcClass->getLocation(), diag::note_previous_decl) in applyObjCTypeArgs()
928 << objcClass; in applyObjCTypeArgs()
1023 << objcClass->getDeclName() in applyObjCTypeArgs()
1026 S.Diag(objcClass->getLocation(), diag::note_previous_decl) in applyObjCTypeArgs()
1027 << objcClass; in applyObjCTypeArgs()
4271 if (auto objcClass = type->getAs<ObjCInterfaceType>()) { in classifyPointerDeclarator() local
[all …]
H A DSemaDeclObjC.cpp1572 if (auto objcClass = dyn_cast<ObjCInterfaceDecl>(decl)) { in actOnObjCTypeArgsOrProtocolQualifiers() local
1573 typeDecls.push_back(objcClass); in actOnObjCTypeArgsOrProtocolQualifiers()
1730 if (auto objcClass = corrected.getCorrectionDeclAs<ObjCInterfaceDecl>()) { in actOnObjCTypeArgsOrProtocolQualifiers() local
1735 typeDecls[i] = objcClass; in actOnObjCTypeArgsOrProtocolQualifiers()
/openbsd-src/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c3798 CatInfo->objcClass); in index_indexDeclaration()