Searched refs:SimplePointerKind (Results 1 – 1 of 1) sorted by relevance
3460 enum class SimplePointerKind { enum3775 if (PointerKind == SimplePointerKind::Array) { in emitNullabilityConsistencyWarning()3803 checkNullabilityConsistency(Sema &S, SimplePointerKind pointerKind, in checkNullabilityConsistency()3818 if (pointerKind == SimplePointerKind::Array) in checkNullabilityConsistency()3859 auto kind = static_cast<SimplePointerKind>(fileNullability.PointerKind); in recordNullabilitySeen()4200 [&](SimplePointerKind pointerKind, SourceLocation pointerLoc, in GetFullTypeForDeclarator()4270 SimplePointerKind pointerKind = SimplePointerKind::Pointer; in GetFullTypeForDeclarator()4272 pointerKind = SimplePointerKind::BlockPointer; in GetFullTypeForDeclarator()4274 pointerKind = SimplePointerKind::MemberPointer; in GetFullTypeForDeclarator()4290 checkNullabilityConsistency(S, SimplePointerKind::Array, in GetFullTypeForDeclarator()[all …]