Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp552 if (handleObjCPointerTypeAttr(state, attr, declSpecType)) { in distributeObjCPointerTypeAttrFromDeclarator()
613 ParsedAttributesView &attrList, QualType &declSpecType) { in distributeFunctionTypeAttrToInnermost() argument
625 return handleFunctionTypeAttr(state, attr, declSpecType); in distributeFunctionTypeAttrToInnermost()
663 state, attr, declarator.getAttributes(), declSpecType)) in distributeFunctionTypeAttrFromDeclarator()
3004 QualType &declSpecType) { in inferARCWriteback() argument
3058 if (!declSpecType->isObjCRetainableType()) return; in inferARCWriteback()
3061 if (declSpecType.getObjCLifetime()) return; in inferARCWriteback()
3066 if (declSpecType->isObjCARCImplicitlyUnretainedType()) in inferARCWriteback()
3070 declSpecType = S.Context.getQualifiedType(declSpecType, qs); in inferARCWriteback()
3078 if (!isBlockPointer && !declSpecType->isObjCObjectType()) in inferARCWriteback()
[all …]