Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DType.cpp3486 if (auto nullability = attributed->getImmediateNullability()) in getNullability()
3609 llvm::Optional<NullabilityKind> AttributedType::getImmediateNullability() const { in getImmediateNullability() function in AttributedType
3621 if (auto nullability = attributed->getImmediateNullability()) { in stripOuterNullability()
/external/llvm-project/clang/lib/AST/
DTypePrinter.cpp1566 if (T->getImmediateNullability()) { in printAttributedBefore()
1599 T->isMSTypeSpec() || T->getImmediateNullability()) in printAttributedAfter()
DType.cpp4021 if (auto Nullability = AT->getImmediateNullability()) in getNullability()
4156 AttributedType::getImmediateNullability() const { in getImmediateNullability() function in AttributedType
4174 if (auto nullability = attributed->getImmediateNullability()) { in stripOuterNullability()
/external/clang/lib/Sema/
DSemaType.cpp854 if (attr.getTypePtr()->getImmediateNullability()) { in applyObjCTypeArgs()
5836 if (auto existingNullability = attributed->getImmediateNullability()) { in checkNullabilityTypeSpecifier()
DSemaDeclObjC.cpp649 if (attr.getTypePtr()->getImmediateNullability()) { in actOnObjCTypeParam()
DTreeTransform.h5748 if (auto nullability = oldType->getImmediateNullability()) { in TransformAttributedType()
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp895 if (attr.getTypePtr()->getImmediateNullability()) { in applyObjCTypeArgs()
7061 if (auto existingNullability = attributed->getImmediateNullability()) { in checkNullabilityTypeSpecifier()
DSemaDeclObjC.cpp725 if (attr.getTypePtr()->getImmediateNullability()) { in actOnObjCTypeParam()
DTreeTransform.h6676 if (auto nullability = oldType->getImmediateNullability()) { in TransformAttributedType()
/external/clang/include/clang/AST/
DType.h3861 llvm::Optional<NullabilityKind> getImmediateNullability() const;
/external/llvm-project/clang/include/clang/AST/
DType.h4707 llvm::Optional<NullabilityKind> getImmediateNullability() const;