Searched refs:declSpecType (Results 1 – 1 of 1) sorted by relevance
566 if (handleObjCPointerTypeAttr(state, attr, declSpecType)) { in distributeObjCPointerTypeAttrFromDeclarator()627 ParsedAttributesView &attrList, QualType &declSpecType, in distributeFunctionTypeAttrToInnermost() argument640 return handleFunctionTypeAttr(state, attr, declSpecType, CFT); in distributeFunctionTypeAttrToInnermost()735 QualType declSpecType) { in maybeSynthesizeBlockSignature() argument3224 QualType &declSpecType) { in inferARCWriteback() argument3278 if (!declSpecType->isObjCRetainableType()) return; in inferARCWriteback()3281 if (declSpecType.getObjCLifetime()) return; in inferARCWriteback()3286 if (declSpecType->isObjCARCImplicitlyUnretainedType()) in inferARCWriteback()3290 declSpecType = S.Context.getQualifiedType(declSpecType, qs); in inferARCWriteback()3298 if (!isBlockPointer && !declSpecType->isObjCObjectType()) in inferARCWriteback()[all …]