Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp4526 if (T->canHaveNullability(/*ResultIfUnknown*/false) && in GetFullTypeForDeclarator()
4741 if (T->canHaveNullability(/*ResultIfUnknown*/false) && in GetFullTypeForDeclarator()
7148 if (!desugared->canHaveNullability() && in checkNullabilityTypeSpecifier()
8171 if (type->canHaveNullability() || type->isDependentType() || in processTypeAttrs()
H A DSemaExprObjC.cpp1561 if (!resultType->canHaveNullability()) in getMessageSendResultType()
H A DTreeTransform.h6762 if (!modifiedType->canHaveNullability()) { in TransformAttributedType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp4038 bool Type::canHaveNullability(bool ResultIfUnknown) const { in canHaveNullability() function in Type
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h2425 bool canHaveNullability(bool ResultIfUnknown = true) const;