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.cpp4200 return T->canHaveNullability(/*ResultIfUnknown=*/false) && in shouldHaveNullability()
7214 if (!Desugared->canHaveNullability() && in CheckNullabilityTypeSpecifier()
8687 if (type->canHaveNullability() || type->isDependentType() || in processTypeAttrs()
H A DSemaExprObjC.cpp1572 if (!resultType->canHaveNullability()) in getMessageSendResultType()
H A DTreeTransform.h7356 if (!modifiedType->canHaveNullability()) { in TransformAttributedType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp4699 bool Type::canHaveNullability(bool ResultIfUnknown) const { in canHaveNullability() function in Type
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2929 bool canHaveNullability(bool ResultIfUnknown = true) const;