Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp4559 if (T->canHaveNullability(/*ResultIfUnknown*/false) && in GetFullTypeForDeclarator()
4774 if (T->canHaveNullability(/*ResultIfUnknown*/false) && in GetFullTypeForDeclarator()
7181 if (!desugared->canHaveNullability() && in checkNullabilityTypeSpecifier()
8206 if (type->canHaveNullability() || type->isDependentType() || in processTypeAttrs()
H A DSemaExprObjC.cpp1561 if (!resultType->canHaveNullability()) in getMessageSendResultType()
H A DTreeTransform.h6785 if (!modifiedType->canHaveNullability()) { in TransformAttributedType()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DType.cpp4043 bool Type::canHaveNullability(bool ResultIfUnknown) const { in canHaveNullability() function in Type
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2425 bool canHaveNullability(bool ResultIfUnknown = true) const;