Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaType.cpp3603 if (T->canHaveNullability() && !T->getNullability(S.Context)) { in GetFullTypeForDeclarator()
3789 if (T->canHaveNullability() && S.ActiveTemplateInstantiations.empty() && in GetFullTypeForDeclarator()
5884 if (!desugared->canHaveNullability()) { in checkNullabilityTypeSpecifier()
6639 if (type->canHaveNullability() || type->isDependentType() || in processTypeAttrs()
DTreeTransform.h5749 if (!modifiedType->canHaveNullability()) { in TransformAttributedType()
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp4489 if (T->canHaveNullability(/*ResultIfUnknown*/false) && in GetFullTypeForDeclarator()
4704 if (T->canHaveNullability(/*ResultIfUnknown*/false) && in GetFullTypeForDeclarator()
7109 if (!desugared->canHaveNullability() && in checkNullabilityTypeSpecifier()
8212 if (type->canHaveNullability() || type->isDependentType() || in processTypeAttrs()
DSemaExprObjC.cpp1561 if (!resultType->canHaveNullability()) in getMessageSendResultType()
DTreeTransform.h6677 if (!modifiedType->canHaveNullability()) { in TransformAttributedType()
/external/clang/lib/AST/
DType.cpp3499 bool Type::canHaveNullability() const { in canHaveNullability() function in Type
/external/llvm-project/clang/lib/AST/
DType.cpp4029 bool Type::canHaveNullability(bool ResultIfUnknown) const { in canHaveNullability() function in Type
/external/clang/include/clang/AST/
DType.h1975 bool canHaveNullability() const;
/external/llvm-project/clang/include/clang/AST/
DType.h2417 bool canHaveNullability(bool ResultIfUnknown = true) const;