Searched defs:attributed (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaExprObjC.cpp | 1602 if (auto attributed = dyn_cast<AttributedType>(resultType.getTypePtr())) { getMessageSendResultType() local |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | Type.cpp | 4616 if (auto attributed = dyn_cast<AttributedType>(AttrTy)) { stripOuterNullability() local |