Searched refs:SimplePointerKind (Results 1 – 1 of 1) sorted by relevance
3947 enum class SimplePointerKind { enum4271 if (PointerKind == SimplePointerKind::Array) { in emitNullabilityConsistencyWarning()4299 checkNullabilityConsistency(Sema &S, SimplePointerKind pointerKind, in checkNullabilityConsistency()4314 if (pointerKind == SimplePointerKind::Array) in checkNullabilityConsistency()4355 auto kind = static_cast<SimplePointerKind>(fileNullability.PointerKind); in recordNullabilitySeen()4713 [&](SimplePointerKind pointerKind, SourceLocation pointerLoc, in GetFullTypeForDeclarator()4781 SimplePointerKind pointerKind = SimplePointerKind::Pointer; in GetFullTypeForDeclarator()4783 pointerKind = SimplePointerKind::BlockPointer; in GetFullTypeForDeclarator()4785 pointerKind = SimplePointerKind::MemberPointer; in GetFullTypeForDeclarator()4802 checkNullabilityConsistency(S, SimplePointerKind::Array, in GetFullTypeForDeclarator()[all …]