Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang-c/
H A DIndex.h6076 const CXIdxEntityInfo *objcClass; member
6145 const CXIdxEntityInfo *objcClass; member
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp865 ObjCInterfaceDecl *objcClass = objcObjectType->getInterface(); in applyObjCTypeArgs() local
866 ObjCTypeParamList *typeParams = objcClass->getTypeParamList(); in applyObjCTypeArgs()
869 << objcClass->getDeclName() in applyObjCTypeArgs()
941 << objcClass->getDeclName() in applyObjCTypeArgs()
944 S.Diag(objcClass->getLocation(), diag::note_previous_decl) in applyObjCTypeArgs()
945 << objcClass; in applyObjCTypeArgs()
1040 << objcClass->getDeclName() in applyObjCTypeArgs()
1043 S.Diag(objcClass->getLocation(), diag::note_previous_decl) in applyObjCTypeArgs()
1044 << objcClass; in applyObjCTypeArgs()
4376 if (auto objcClass = type->getAs<ObjCInterfaceType>()) { in classifyPointerDeclarator() local
[all …]
H A DSemaDeclObjC.cpp1572 if (auto objcClass = dyn_cast<ObjCInterfaceDecl>(decl)) { in actOnObjCTypeArgsOrProtocolQualifiers() local
1573 typeDecls.push_back(objcClass); in actOnObjCTypeArgsOrProtocolQualifiers()
1730 if (auto objcClass = corrected.getCorrectionDeclAs<ObjCInterfaceDecl>()) { in actOnObjCTypeArgsOrProtocolQualifiers() local
1735 typeDecls[i] = objcClass; in actOnObjCTypeArgsOrProtocolQualifiers()