Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1895 if (T->getImmediateNullability()) { in printAttributedBefore()
1928 T->getImmediateNullability() || T->isWebAssemblyFuncrefSpec()) in printAttributedAfter()
H A DType.cpp4926 if (auto Nullability = AT->getImmediateNullability()) in getNullability()
5086 std::optional<NullabilityKind> AttributedType::getImmediateNullability() const { in getImmediateNullability() function in AttributedType
5105 if (auto nullability = attributed->getImmediateNullability()) { in stripOuterNullability()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp558 if (attr.getTypePtr()->getImmediateNullability()) { in applyObjCTypeArgs()
H A DSemaType.cpp7197 if (Attributed->getImmediateNullability()) in rebuildAttributedTypeWithoutNullability()
7241 if (auto ExistingNullability = Attributed->getImmediateNullability()) { in CheckNullabilityTypeSpecifier()
H A DSemaDeclObjC.cpp723 if (attr.getTypePtr()->getImmediateNullability()) { in actOnObjCTypeParam()
H A DTreeTransform.h7604 if (auto nullability = oldType->getImmediateNullability()) { in TransformAttributedType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h6247 std::optional<NullabilityKind> getImmediateNullability() const;