Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp269 if (other.IBCollInfo.objcClass) { in IBOutletCollectionInfo()
271 IBCollInfo.objcClass = &ClassInfo; in IBOutletCollectionInfo()
273 IBCollInfo.objcClass = nullptr; in IBOutletCollectionInfo()
311 IBInfo.IBCollInfo.objcClass = nullptr; in AttrListInfo()
317 IBInfo.IBCollInfo.objcClass = &IBInfo.ClassInfo; in AttrListInfo()
753 CatDInfo.ObjCCatDeclInfo.objcClass = &ClassEntity; in handleObjCCategory()
757 CatDInfo.ObjCCatDeclInfo.objcClass = nullptr; in handleObjCCategory()
783 CatDInfo.ObjCCatDeclInfo.objcClass = &ClassEntity; in handleObjCCategoryImpl()
787 CatDInfo.ObjCCatDeclInfo.objcClass = nullptr; in handleObjCCategoryImpl()
DCXIndexDataConsumer.h231 IBCollInfo.objcClass = nullptr; in IBOutletCollectionInfo()
/external/clang/lib/Sema/
DSemaType.cpp813 ObjCInterfaceDecl *objcClass = objcObjectType->getInterface(); in applyObjCTypeArgs() local
814 ObjCTypeParamList *typeParams = objcClass->getTypeParamList(); in applyObjCTypeArgs()
817 << objcClass->getDeclName() in applyObjCTypeArgs()
887 << objcClass->getDeclName() in applyObjCTypeArgs()
890 S.Diag(objcClass->getLocation(), diag::note_previous_decl) in applyObjCTypeArgs()
891 << objcClass; in applyObjCTypeArgs()
987 << objcClass->getDeclName() in applyObjCTypeArgs()
990 S.Diag(objcClass->getLocation(), diag::note_previous_decl) in applyObjCTypeArgs()
991 << objcClass; in applyObjCTypeArgs()
3361 if (auto objcClass = type->getAs<ObjCInterfaceType>()) { in classifyPointerDeclarator() local
[all …]
DSemaDeclObjC.cpp1461 if (auto objcClass = dyn_cast<ObjCInterfaceDecl>(decl)) { in actOnObjCTypeArgsOrProtocolQualifiers() local
1462 typeDecls.push_back(objcClass); in actOnObjCTypeArgsOrProtocolQualifiers()
1623 if (auto objcClass = corrected.getCorrectionDeclAs<ObjCInterfaceDecl>()) { in actOnObjCTypeArgsOrProtocolQualifiers() local
1628 typeDecls[i] = objcClass; in actOnObjCTypeArgsOrProtocolQualifiers()
/external/clang/include/clang-c/
DIndex.h5569 const CXIdxEntityInfo *objcClass; member
5640 const CXIdxEntityInfo *objcClass; member
/external/rust/crates/clang-sys/src/
Dlib.rs1493 pub objcClass: *const CXIdxEntityInfo, field
1537 pub objcClass: *const CXIdxEntityInfo, field
/external/clang/tools/c-index-test/
Dc-index-test.c3215 CatInfo->objcClass); in index_indexDeclaration()