Searched refs:pointerKind (Results 1 – 2 of 2) sorted by relevance
167 static std::string pointerKind(PointerKind Kind) { in pointerKind() function209 pointerKind(Kind))); in formatPointerAttrs()
4380 checkNullabilityConsistency(Sema &S, SimplePointerKind pointerKind, in checkNullabilityConsistency() argument4395 if (pointerKind == SimplePointerKind::Array) in checkNullabilityConsistency()4404 fileNullability.PointerKind = static_cast<unsigned>(pointerKind); in checkNullabilityConsistency()4796 [&](SimplePointerKind pointerKind, SourceLocation pointerLoc, in GetFullTypeForDeclarator()4849 checkNullabilityConsistency(S, pointerKind, pointerLoc, pointerEndLoc); in GetFullTypeForDeclarator()4864 SimplePointerKind pointerKind = SimplePointerKind::Pointer; in GetFullTypeForDeclarator() local4866 pointerKind = SimplePointerKind::BlockPointer; in GetFullTypeForDeclarator()4868 pointerKind = SimplePointerKind::MemberPointer; in GetFullTypeForDeclarator()4871 pointerKind, D.getDeclSpec().getTypeSpecTypeLoc(), in GetFullTypeForDeclarator()7447 } pointerKind in distributeNullabilityTypeAttr() local[all …]