Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp4707 if (T->canHaveNullability(/*ResultIfUnknown*/ false) && in GetFullTypeForDeclarator()
4929 if (T->canHaveNullability(/*ResultIfUnknown*/ false) && in GetFullTypeForDeclarator()
7431 if (!desugared->canHaveNullability() && in checkNullabilityTypeSpecifier()
8501 if (type->canHaveNullability() || type->isDependentType() || in processTypeAttrs()
H A DSemaExprObjC.cpp1559 if (!resultType->canHaveNullability()) in getMessageSendResultType()
H A DTreeTransform.h6990 if (!modifiedType->canHaveNullability()) { in TransformAttributedType()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DType.cpp4197 bool Type::canHaveNullability(bool ResultIfUnknown) const { in canHaveNullability() function in Type
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DType.h2562 bool canHaveNullability(bool ResultIfUnknown = true) const;