reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaType.cpp
 3836                                               SimplePointerKind PointerKind,
 3841   if (PointerKind == SimplePointerKind::Array) {
 3869 checkNullabilityConsistency(Sema &S, SimplePointerKind pointerKind,
 3884     if (pointerKind == SimplePointerKind::Array)
 3925   auto kind = static_cast<SimplePointerKind>(fileNullability.PointerKind);
 4352         SimplePointerKind pointerKind = SimplePointerKind::Pointer;
 4352         SimplePointerKind pointerKind = SimplePointerKind::Pointer;
 4354           pointerKind = SimplePointerKind::BlockPointer;
 4356           pointerKind = SimplePointerKind::MemberPointer;
 4373       checkNullabilityConsistency(S, SimplePointerKind::Array,
 4401       inferPointerNullability(SimplePointerKind::BlockPointer, DeclType.Loc,
 4424       inferPointerNullability(SimplePointerKind::Pointer, DeclType.Loc,
 4536         checkNullabilityConsistency(S, SimplePointerKind::Array, DeclType.Loc);
 4962       inferPointerNullability(SimplePointerKind::MemberPointer, DeclType.Loc,