Searched refs:SimplePointerKind (Results 1 – 1 of 1) sorted by relevance
2974 enum class SimplePointerKind { enum3221 SimplePointerKind pointerKind, in checkNullabilityConsistency()3493 auto inferPointerNullability = [&](SimplePointerKind pointerKind, in GetFullTypeForDeclarator()3550 SimplePointerKind pointerKind = SimplePointerKind::Pointer; in GetFullTypeForDeclarator()3552 pointerKind = SimplePointerKind::BlockPointer; in GetFullTypeForDeclarator()3554 pointerKind = SimplePointerKind::MemberPointer; in GetFullTypeForDeclarator()3583 inferPointerNullability(SimplePointerKind::BlockPointer, in GetFullTypeForDeclarator()3600 inferPointerNullability(SimplePointerKind::Pointer, DeclType.Loc, in GetFullTypeForDeclarator()4047 inferPointerNullability(SimplePointerKind::MemberPointer, in GetFullTypeForDeclarator()