Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp549 if (handleObjCPointerTypeAttr(state, attr, declSpecType)) { in distributeObjCPointerTypeAttrFromDeclarator()
610 ParsedAttributesView &attrList, QualType &declSpecType) { in distributeFunctionTypeAttrToInnermost() argument
622 return handleFunctionTypeAttr(state, attr, declSpecType); in distributeFunctionTypeAttrToInnermost()
653 state, attr, declarator.getAttributes(), declSpecType)) in distributeFunctionTypeAttrFromDeclarator()
3064 QualType &declSpecType) { in inferARCWriteback() argument
3118 if (!declSpecType->isObjCRetainableType()) return; in inferARCWriteback()
3121 if (declSpecType.getObjCLifetime()) return; in inferARCWriteback()
3126 if (declSpecType->isObjCARCImplicitlyUnretainedType()) in inferARCWriteback()
3130 declSpecType = S.Context.getQualifiedType(declSpecType, qs); in inferARCWriteback()
3138 if (!isBlockPointer && !declSpecType->isObjCObjectType()) in inferARCWriteback()
[all …]