Searched refs:pointerKind (Results 1 – 1 of 1) sorted by relevance
3221 SimplePointerKind pointerKind, in checkNullabilityConsistency() argument3239 fileNullability.PointerKind = static_cast<unsigned>(pointerKind); in checkNullabilityConsistency()3247 << static_cast<unsigned>(pointerKind); in checkNullabilityConsistency()3493 auto inferPointerNullability = [&](SimplePointerKind pointerKind, in GetFullTypeForDeclarator()3541 checkNullabilityConsistency(state, pointerKind, pointerLoc); in GetFullTypeForDeclarator()3550 SimplePointerKind pointerKind = SimplePointerKind::Pointer; in GetFullTypeForDeclarator() local3552 pointerKind = SimplePointerKind::BlockPointer; in GetFullTypeForDeclarator()3554 pointerKind = SimplePointerKind::MemberPointer; in GetFullTypeForDeclarator()3557 pointerKind, D.getDeclSpec().getTypeSpecTypeLoc(), in GetFullTypeForDeclarator()5687 } pointerKind in distributeNullabilityTypeAttr() local[all …]