Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp566 if (handleObjCPointerTypeAttr(state, attr, declSpecType)) { in distributeObjCPointerTypeAttrFromDeclarator()
627 ParsedAttributesView &attrList, QualType &declSpecType, in distributeFunctionTypeAttrToInnermost() argument
640 return handleFunctionTypeAttr(state, attr, declSpecType, CFT); in distributeFunctionTypeAttrToInnermost()
735 QualType declSpecType) { in maybeSynthesizeBlockSignature() argument
3224 QualType &declSpecType) { in inferARCWriteback() argument
3278 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 …]