Searched refs:objcClass (Results 1 – 3 of 3) sorted by relevance
6076 const CXIdxEntityInfo *objcClass; member6145 const CXIdxEntityInfo *objcClass; member
865 ObjCInterfaceDecl *objcClass = objcObjectType->getInterface(); in applyObjCTypeArgs() local866 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 …]
1572 if (auto objcClass = dyn_cast<ObjCInterfaceDecl>(decl)) { in actOnObjCTypeArgsOrProtocolQualifiers() local1573 typeDecls.push_back(objcClass); in actOnObjCTypeArgsOrProtocolQualifiers()1730 if (auto objcClass = corrected.getCorrectionDeclAs<ObjCInterfaceDecl>()) { in actOnObjCTypeArgsOrProtocolQualifiers() local1735 typeDecls[i] = objcClass; in actOnObjCTypeArgsOrProtocolQualifiers()