Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp4640 if (T->canHaveNullability(/*ResultIfUnknown*/false) && in GetFullTypeForDeclarator()
4857 if (T->canHaveNullability(/*ResultIfUnknown*/false) && in GetFullTypeForDeclarator()
7330 if (!desugared->canHaveNullability() && in checkNullabilityTypeSpecifier()
8399 if (type->canHaveNullability() || type->isDependentType() || in processTypeAttrs()
H A DSemaExprObjC.cpp1561 if (!resultType->canHaveNullability()) in getMessageSendResultType()
H A DTreeTransform.h6878 if (!modifiedType->canHaveNullability()) { in TransformAttributedType()
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp4108 bool Type::canHaveNullability(bool ResultIfUnknown) const { in canHaveNullability() function in Type
/llvm-project-15.0.7/clang/include/clang/AST/
H A DType.h2501 bool canHaveNullability(bool ResultIfUnknown = true) const;