Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaType.cpp3364 if (T->canHaveNullability() && !T->getNullability(S.Context)) { in GetFullTypeForDeclarator()
3548 if (T->canHaveNullability() && S.ActiveTemplateInstantiations.empty() && in GetFullTypeForDeclarator()
5574 if (!desugared->canHaveNullability()) { in checkNullabilityTypeSpecifier()
6277 if (type->canHaveNullability() || type->isDependentType() || in processTypeAttrs()
DTreeTransform.h5584 if (!modifiedType->canHaveNullability()) { in TransformAttributedType()
/external/clang/lib/AST/
DType.cpp3491 bool Type::canHaveNullability() const { in canHaveNullability() function in Type
/external/clang/include/clang/AST/
DType.h1946 bool canHaveNullability() const;