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.cpp1838 if (T->getImmediateNullability()) { in printAttributedBefore()
1871 T->getImmediateNullability() || T->isWebAssemblyFuncrefSpec()) in printAttributedAfter()
H A DType.cpp4691 if (auto Nullability = AT->getImmediateNullability()) in getNullability()
4843 std::optional<NullabilityKind> AttributedType::getImmediateNullability() const { in getImmediateNullability() function in AttributedType
4862 if (auto nullability = attributed->getImmediateNullability()) { in stripOuterNullability()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp562 if (attr.getTypePtr()->getImmediateNullability()) { in applyObjCTypeArgs()
H A DSemaType.cpp7115 if (Attributed->getImmediateNullability()) in rebuildAttributedTypeWithoutNullability()
7158 if (auto ExistingNullability = Attributed->getImmediateNullability()) { in CheckNullabilityTypeSpecifier()
H A DSemaDeclObjC.cpp723 if (attr.getTypePtr()->getImmediateNullability()) { in actOnObjCTypeParam()
H A DTreeTransform.h7355 if (auto nullability = oldType->getImmediateNullability()) { in TransformAttributedType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h6042 std::optional<NullabilityKind> getImmediateNullability() const;