Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp272 if (other.IBCollInfo.objcClass) { in IBOutletCollectionInfo()
274 IBCollInfo.objcClass = &ClassInfo; in IBOutletCollectionInfo()
276 IBCollInfo.objcClass = nullptr; in IBOutletCollectionInfo()
314 IBInfo.IBCollInfo.objcClass = nullptr; in AttrListInfo()
320 IBInfo.IBCollInfo.objcClass = &IBInfo.ClassInfo; in AttrListInfo()
759 CatDInfo.ObjCCatDeclInfo.objcClass = &ClassEntity; in handleObjCCategory()
763 CatDInfo.ObjCCatDeclInfo.objcClass = nullptr; in handleObjCCategory()
789 CatDInfo.ObjCCatDeclInfo.objcClass = &ClassEntity; in handleObjCCategoryImpl()
793 CatDInfo.ObjCCatDeclInfo.objcClass = nullptr; in handleObjCCategoryImpl()
H A DCXIndexDataConsumer.h229 IBCollInfo.objcClass = nullptr; in IBOutletCollectionInfo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp854 ObjCInterfaceDecl *objcClass = objcObjectType->getInterface(); in applyObjCTypeArgs() local
855 ObjCTypeParamList *typeParams = objcClass->getTypeParamList(); in applyObjCTypeArgs()
858 << objcClass->getDeclName() in applyObjCTypeArgs()
928 << objcClass->getDeclName() in applyObjCTypeArgs()
931 S.Diag(objcClass->getLocation(), diag::note_previous_decl) in applyObjCTypeArgs()
932 << objcClass; in applyObjCTypeArgs()
1027 << objcClass->getDeclName() in applyObjCTypeArgs()
1030 S.Diag(objcClass->getLocation(), diag::note_previous_decl) in applyObjCTypeArgs()
1031 << objcClass; in applyObjCTypeArgs()
4090 if (auto objcClass = type->getAs<ObjCInterfaceType>()) { in classifyPointerDeclarator() local
[all …]
H A DSemaDeclObjC.cpp1556 if (auto objcClass = dyn_cast<ObjCInterfaceDecl>(decl)) { in actOnObjCTypeArgsOrProtocolQualifiers() local
1557 typeDecls.push_back(objcClass); in actOnObjCTypeArgsOrProtocolQualifiers()
1714 if (auto objcClass = corrected.getCorrectionDeclAs<ObjCInterfaceDecl>()) { in actOnObjCTypeArgsOrProtocolQualifiers() local
1719 typeDecls[i] = objcClass; in actOnObjCTypeArgsOrProtocolQualifiers()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h6349 const CXIdxEntityInfo *objcClass; member
6418 const CXIdxEntityInfo *objcClass; member
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c3773 CatInfo->objcClass); in index_indexDeclaration()