Searched refs:SimplePointerKind (Results 1 – 1 of 1) sorted by relevance
3211 enum class SimplePointerKind { enum3458 SimplePointerKind pointerKind, in checkNullabilityConsistency()3734 auto inferPointerNullability = [&](SimplePointerKind pointerKind, in GetFullTypeForDeclarator()3791 SimplePointerKind pointerKind = SimplePointerKind::Pointer; in GetFullTypeForDeclarator()3793 pointerKind = SimplePointerKind::BlockPointer; in GetFullTypeForDeclarator()3795 pointerKind = SimplePointerKind::MemberPointer; in GetFullTypeForDeclarator()3824 inferPointerNullability(SimplePointerKind::BlockPointer, in GetFullTypeForDeclarator()3846 inferPointerNullability(SimplePointerKind::Pointer, DeclType.Loc, in GetFullTypeForDeclarator()4322 inferPointerNullability(SimplePointerKind::MemberPointer, in GetFullTypeForDeclarator()