Searched refs:SimplePointerKind (Results 1 – 1 of 1) sorted by relevance
3914 enum class SimplePointerKind { enum4233 SimplePointerKind PointerKind, in emitNullabilityConsistencyWarning()4238 if (PointerKind == SimplePointerKind::Array) { in emitNullabilityConsistencyWarning()4266 checkNullabilityConsistency(Sema &S, SimplePointerKind pointerKind, in checkNullabilityConsistency()4281 if (pointerKind == SimplePointerKind::Array) in checkNullabilityConsistency()4322 auto kind = static_cast<SimplePointerKind>(fileNullability.PointerKind); in recordNullabilitySeen()4680 [&](SimplePointerKind pointerKind, SourceLocation pointerLoc, in GetFullTypeForDeclarator()4748 SimplePointerKind pointerKind = SimplePointerKind::Pointer; in GetFullTypeForDeclarator()4750 pointerKind = SimplePointerKind::BlockPointer; in GetFullTypeForDeclarator()4752 pointerKind = SimplePointerKind::MemberPointer; in GetFullTypeForDeclarator()[all …]