Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp516 if (handleObjCPointerTypeAttr(state, attr, declSpecType)) { in distributeObjCPointerTypeAttrFromDeclarator()
577 ParsedAttributesView &attrList, QualType &declSpecType) { in distributeFunctionTypeAttrToInnermost() argument
589 return handleFunctionTypeAttr(state, attr, declSpecType); in distributeFunctionTypeAttrToInnermost()
627 state, attr, declarator.getAttributes(), declSpecType)) in distributeFunctionTypeAttrFromDeclarator()
2621 QualType &declSpecType) { in inferARCWriteback() argument
2675 if (!declSpecType->isObjCRetainableType()) return; in inferARCWriteback()
2678 if (declSpecType.getObjCLifetime()) return; in inferARCWriteback()
2683 if (declSpecType->isObjCARCImplicitlyUnretainedType()) in inferARCWriteback()
2687 declSpecType = S.Context.getQualifiedType(declSpecType, qs); in inferARCWriteback()
2695 if (!isBlockPointer && !declSpecType->isObjCObjectType()) in inferARCWriteback()
[all …]