Searched refs:pointerKind (Results 1 – 2 of 2) sorted by relevance
140 static std::string pointerKind(PointerKind Kind) { in pointerKind() function181 pointerOptions(Opts), pointerKind(Kind)); in formatPointerAttrs()
3458 SimplePointerKind pointerKind, in checkNullabilityConsistency() argument3476 fileNullability.PointerKind = static_cast<unsigned>(pointerKind); in checkNullabilityConsistency()3484 << static_cast<unsigned>(pointerKind); in checkNullabilityConsistency()3734 auto inferPointerNullability = [&](SimplePointerKind pointerKind, in GetFullTypeForDeclarator()3782 checkNullabilityConsistency(state, pointerKind, pointerLoc); in GetFullTypeForDeclarator()3791 SimplePointerKind pointerKind = SimplePointerKind::Pointer; in GetFullTypeForDeclarator() local3793 pointerKind = SimplePointerKind::BlockPointer; in GetFullTypeForDeclarator()3795 pointerKind = SimplePointerKind::MemberPointer; in GetFullTypeForDeclarator()3798 pointerKind, D.getDeclSpec().getTypeSpecTypeLoc(), in GetFullTypeForDeclarator()5998 } pointerKind in distributeNullabilityTypeAttr() local[all …]