Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp4046 if (T->canHaveNullability(/*ResultIfUnknown*/false) && in GetFullTypeForDeclarator()
4263 if (T->canHaveNullability(/*ResultIfUnknown*/false) && in GetFullTypeForDeclarator()
6504 if (!desugared->canHaveNullability() && in checkNullabilityTypeSpecifier()
7440 if (type->canHaveNullability() || type->isDependentType() || in processTypeAttrs()
H A DSemaExprObjC.cpp1391 if (!resultType->canHaveNullability()) in getMessageSendResultType()
H A DTreeTransform.h6122 if (!modifiedType->canHaveNullability()) { in TransformAttributedType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp3709 bool Type::canHaveNullability(bool ResultIfUnknown) const { in canHaveNullability() function in Type
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h2329 bool canHaveNullability(bool ResultIfUnknown = true) const;