Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprObjC.cpp1603 if (auto attributed = dyn_cast<AttributedType>(resultType.getTypePtr())) { in getMessageSendResultType() local
H A DSemaType.cpp7280 while (auto attributed = dyn_cast<AttributedType>(desugared.getTypePtr())) { in checkNullabilityTypeSpecifier() local
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp4254 if (auto attributed = dyn_cast<AttributedType>(AttrTy)) { in stripOuterNullability() local