Searched refs:pointerKind (Results 1 – 1 of 1) sorted by relevance
3185 SimplePointerKind pointerKind, in checkNullabilityConsistency() argument3203 fileNullability.PointerKind = static_cast<unsigned>(pointerKind); in checkNullabilityConsistency()3211 << static_cast<unsigned>(pointerKind); in checkNullabilityConsistency()3452 auto inferPointerNullability = [&](SimplePointerKind pointerKind, in GetFullTypeForDeclarator()3500 checkNullabilityConsistency(state, pointerKind, pointerLoc); in GetFullTypeForDeclarator()3509 SimplePointerKind pointerKind = SimplePointerKind::Pointer; in GetFullTypeForDeclarator() local3511 pointerKind = SimplePointerKind::BlockPointer; in GetFullTypeForDeclarator()3513 pointerKind = SimplePointerKind::MemberPointer; in GetFullTypeForDeclarator()3516 pointerKind, D.getDeclSpec().getTypeSpecTypeLoc(), in GetFullTypeForDeclarator()5610 } pointerKind in distributeNullabilityTypeAttr() local[all …]