Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexingContext.cpp57 if (other.IBCollInfo.objcClass) { in IBOutletCollectionInfo()
59 IBCollInfo.objcClass = &ClassInfo; in IBOutletCollectionInfo()
61 IBCollInfo.objcClass = nullptr; in IBOutletCollectionInfo()
99 IBInfo.IBCollInfo.objcClass = nullptr; in AttrListInfo()
105 IBInfo.IBCollInfo.objcClass = &IBInfo.ClassInfo; in AttrListInfo()
530 CatDInfo.ObjCCatDeclInfo.objcClass = &ClassEntity; in handleObjCCategory()
534 CatDInfo.ObjCCatDeclInfo.objcClass = nullptr; in handleObjCCategory()
560 CatDInfo.ObjCCatDeclInfo.objcClass = &ClassEntity; in handleObjCCategoryImpl()
564 CatDInfo.ObjCCatDeclInfo.objcClass = nullptr; in handleObjCCategoryImpl()
DIndexingContext.h230 IBCollInfo.objcClass = nullptr; in IBOutletCollectionInfo()
/external/clang/lib/Sema/
DSemaType.cpp759 ObjCInterfaceDecl *objcClass = objcObjectType->getInterface(); in applyObjCTypeArgs() local
760 ObjCTypeParamList *typeParams = objcClass->getTypeParamList(); in applyObjCTypeArgs()
763 << objcClass->getDeclName() in applyObjCTypeArgs()
833 << objcClass->getDeclName() in applyObjCTypeArgs()
836 S.Diag(objcClass->getLocation(), diag::note_previous_decl) in applyObjCTypeArgs()
837 << objcClass; in applyObjCTypeArgs()
933 << objcClass->getDeclName() in applyObjCTypeArgs()
936 S.Diag(objcClass->getLocation(), diag::note_previous_decl) in applyObjCTypeArgs()
937 << objcClass; in applyObjCTypeArgs()
3123 if (auto objcClass = type->getAs<ObjCInterfaceType>()) { in classifyPointerDeclarator() local
[all …]
DSemaDeclObjC.cpp1452 if (auto objcClass = dyn_cast<ObjCInterfaceDecl>(decl)) { in actOnObjCTypeArgsOrProtocolQualifiers() local
1453 typeDecls.push_back(objcClass); in actOnObjCTypeArgsOrProtocolQualifiers()
1615 if (auto objcClass = corrected.getCorrectionDeclAs<ObjCInterfaceDecl>()) { in actOnObjCTypeArgsOrProtocolQualifiers() local
1620 typeDecls[i] = objcClass; in actOnObjCTypeArgsOrProtocolQualifiers()
/external/clang/include/clang-c/
DIndex.h5393 const CXIdxEntityInfo *objcClass; member
5464 const CXIdxEntityInfo *objcClass; member
/external/clang/tools/c-index-test/
Dc-index-test.c3062 CatInfo->objcClass); in index_indexDeclaration()