Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp4812 if (T->canHaveNullability(/*ResultIfUnknown*/ false) && in GetFullTypeForDeclarator()
5036 if (T->canHaveNullability(/*ResultIfUnknown*/ false) && in GetFullTypeForDeclarator()
7631 if (!Desugared->canHaveNullability() && in CheckNullabilityTypeSpecifier()
8993 if (type->canHaveNullability() || type->isDependentType() || in processTypeAttrs()
H A DSemaExprObjC.cpp1560 if (!resultType->canHaveNullability()) in getMessageSendResultType()
H A DTreeTransform.h7101 if (!modifiedType->canHaveNullability()) { in TransformAttributedType()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp4468 bool Type::canHaveNullability(bool ResultIfUnknown) const { in canHaveNullability() function in Type
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2673 bool canHaveNullability(bool ResultIfUnknown = true) const;