Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DTypePrinter.cpp1652 if (T->getImmediateNullability()) { in printAttributedBefore()
1685 T->isMSTypeSpec() || T->getImmediateNullability()) in printAttributedAfter()
H A DType.cpp4100 if (auto Nullability = AT->getImmediateNullability()) in getNullability()
4237 AttributedType::getImmediateNullability() const { in getImmediateNullability() function in AttributedType
4255 if (auto nullability = attributed->getImmediateNullability()) { in stripOuterNullability()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp886 if (attr.getTypePtr()->getImmediateNullability()) { in applyObjCTypeArgs()
7282 if (auto existingNullability = attributed->getImmediateNullability()) { in checkNullabilityTypeSpecifier()
H A DSemaDeclObjC.cpp725 if (attr.getTypePtr()->getImmediateNullability()) { in actOnObjCTypeParam()
H A DTreeTransform.h6877 if (auto nullability = oldType->getImmediateNullability()) { in TransformAttributedType()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DType.h4810 llvm::Optional<NullabilityKind> getImmediateNullability() const;