Home
last modified time | relevance | path

Searched defs:attributed (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/AST/
DType.cpp522 if (auto attributed = dyn_cast<AttributedType>(cur)) { in isObjCInertUnsafeUnretainedType() local
3485 if (auto attributed = dyn_cast<AttributedType>(type.getTypePtr())) { in getNullability() local
3620 if (auto attributed = dyn_cast<AttributedType>(T.getTypePtr())) { in stripOuterNullability() local
/external/clang/lib/Sema/
DSemaExprObjC.cpp1385 if (auto attributed = dyn_cast<AttributedType>(resultType.getTypePtr())) { in getMessageSendResultType() local
DSemaType.cpp5834 while (auto attributed = dyn_cast<AttributedType>(desugared.getTypePtr())) { in checkNullabilityTypeSpecifier() local