Home
last modified time | relevance | path

Searched refs:canHaveNullability (Results 1 – 4 of 4) 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/clang/lib/AST/
DType.cpp3499 bool Type::canHaveNullability() const { in canHaveNullability() function in Type
/external/clang/include/clang/AST/
DType.h1975 bool canHaveNullability() const;