Searched refs:SimplePointerKind (Results 1 – 1 of 1) sorted by relevance
3787 enum class SimplePointerKind { enum4074 SimplePointerKind PointerKind, in emitNullabilityConsistencyWarning()4079 if (PointerKind == SimplePointerKind::Array) { in emitNullabilityConsistencyWarning()4107 checkNullabilityConsistency(Sema &S, SimplePointerKind pointerKind, in checkNullabilityConsistency()4122 if (pointerKind == SimplePointerKind::Array) in checkNullabilityConsistency()4163 auto kind = static_cast<SimplePointerKind>(fileNullability.PointerKind); in recordNullabilitySeen()4535 [&](SimplePointerKind pointerKind, SourceLocation pointerLoc, in GetFullTypeForDeclarator()4604 SimplePointerKind pointerKind = SimplePointerKind::Pointer; in GetFullTypeForDeclarator()4606 pointerKind = SimplePointerKind::BlockPointer; in GetFullTypeForDeclarator()4608 pointerKind = SimplePointerKind::MemberPointer; in GetFullTypeForDeclarator()[all …]