Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp819 ObjCInterfaceDecl *objcClass = objcObjectType->getInterface(); in applyObjCTypeArgs() local
820 ObjCTypeParamList *typeParams = objcClass->getTypeParamList(); in applyObjCTypeArgs()
823 << objcClass->getDeclName() in applyObjCTypeArgs()
893 << objcClass->getDeclName() in applyObjCTypeArgs()
896 S.Diag(objcClass->getLocation(), diag::note_previous_decl) in applyObjCTypeArgs()
897 << objcClass; in applyObjCTypeArgs()
992 << objcClass->getDeclName() in applyObjCTypeArgs()
995 S.Diag(objcClass->getLocation(), diag::note_previous_decl) in applyObjCTypeArgs()
996 << objcClass; in applyObjCTypeArgs()
3630 if (auto objcClass = type->getAs<ObjCInterfaceType>()) { in classifyPointerDeclarator() local
[all …]
H A DSemaDeclObjC.cpp1544 if (auto objcClass = dyn_cast<ObjCInterfaceDecl>(decl)) { in actOnObjCTypeArgsOrProtocolQualifiers() local
1545 typeDecls.push_back(objcClass); in actOnObjCTypeArgsOrProtocolQualifiers()
1704 if (auto objcClass = corrected.getCorrectionDeclAs<ObjCInterfaceDecl>()) { in actOnObjCTypeArgsOrProtocolQualifiers() local
1709 typeDecls[i] = objcClass; in actOnObjCTypeArgsOrProtocolQualifiers()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang-c/
H A DIndex.h6250 const CXIdxEntityInfo *objcClass; member
6321 const CXIdxEntityInfo *objcClass; member