Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprObjC.cpp1601 if (auto attributed = dyn_cast<AttributedType>(resultType.getTypePtr())) { in getMessageSendResultType() local
H A DSemaType.cpp7381 while (auto attributed = dyn_cast<AttributedType>(desugared.getTypePtr())) { in checkNullabilityTypeSpecifier() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DType.cpp4343 if (auto attributed = dyn_cast<AttributedType>(AttrTy)) { in stripOuterNullability() local