Home
last modified time | relevance | path

Searched refs:canHaveNullability (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp4253 return T->canHaveNullability(/*ResultIfUnknown=*/false) && in shouldHaveNullability()
7297 if (!Desugared->canHaveNullability() && in CheckNullabilityTypeSpecifier()
8957 if (type->canHaveNullability() || type->isDependentType() || in processTypeAttrs()
H A DSemaExprObjC.cpp1561 if (!resultType->canHaveNullability()) in getMessageSendResultType()
H A DTreeTransform.h7605 if (!modifiedType->canHaveNullability()) { in TransformAttributedType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp4934 bool Type::canHaveNullability(bool ResultIfUnknown) const { in canHaveNullability() function in Type
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h3021 bool canHaveNullability(bool ResultIfUnknown = true) const;