Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/commands/expression/context-object-objc/
Dmain.m41 ObjcClass* objcClass = [ObjcClass new];
/external/llvm-project/clang/tools/libclang/
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()
DCXIndexDataConsumer.h229 IBCollInfo.objcClass = nullptr; in IBOutletCollectionInfo()
/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/llvm-project/clang/lib/Sema/
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()
4053 if (auto objcClass = type->getAs<ObjCInterfaceType>()) { in classifyPointerDeclarator() local
[all …]
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()
/external/llvm-project/clang/include/clang-c/
DIndex.h6329 const CXIdxEntityInfo *objcClass; member
6398 const CXIdxEntityInfo *objcClass; member
/external/rust/crates/clang-sys/src/
Dlib.rs1442 pub objcClass: *const CXIdxEntityInfo, field
1486 pub objcClass: *const CXIdxEntityInfo, field
/external/clang/tools/c-index-test/
Dc-index-test.c3215 CatInfo->objcClass); in index_indexDeclaration()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c3756 CatInfo->objcClass); in index_indexDeclaration()