Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp855 ObjCInterfaceDecl *objcClass = objcObjectType->getInterface(); in applyObjCTypeArgs() local
856 ObjCTypeParamList *typeParams = objcClass->getTypeParamList(); in applyObjCTypeArgs()
859 << objcClass->getDeclName() in applyObjCTypeArgs()
929 << objcClass->getDeclName() in applyObjCTypeArgs()
932 S.Diag(objcClass->getLocation(), diag::note_previous_decl) in applyObjCTypeArgs()
933 << objcClass; in applyObjCTypeArgs()
1028 << objcClass->getDeclName() in applyObjCTypeArgs()
1031 S.Diag(objcClass->getLocation(), diag::note_previous_decl) in applyObjCTypeArgs()
1032 << objcClass; in applyObjCTypeArgs()
4123 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()
/freebsd-13.1/contrib/llvm-project/clang/include/clang-c/
H A DIndex.h6354 const CXIdxEntityInfo *objcClass; member
6423 const CXIdxEntityInfo *objcClass; member