Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaType.cpp3330 if (T->canHaveNullability() && !T->getNullability(S.Context)) { in GetFullTypeForDeclarator()
3507 if (T->canHaveNullability() && S.ActiveTemplateInstantiations.empty() && in GetFullTypeForDeclarator()
5497 if (!desugared->canHaveNullability()) { in checkNullabilityTypeSpecifier()
6182 if (type->canHaveNullability() || type->isDependentType() || in processTypeAttrs()
HDTreeTransform.h5428 if (!modifiedType->canHaveNullability()) { in TransformAttributedType()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDType.cpp3345 bool Type::canHaveNullability() const { in canHaveNullability() function in Type
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDType.h1925 bool canHaveNullability() const;