Home
last modified time | relevance | path

Searched refs:HasStart (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/lib/Tooling/Refactoring/
DASTSelection.cpp152 bool HasStart = SM.isPointWithin(SelectionBegin, Range.getBegin(), End); in selectionKindFor() local
154 if (HasStart && HasEnd) in selectionKindFor()
161 if (HasStart && SelectionBegin != End) in selectionKindFor()
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs1210 public bool HasStart { property in Google.Protobuf.Reflection.DescriptorProto.Types.ExtensionRange
1289 if (HasStart) hash ^= Start.GetHashCode(); in GetHashCode()
1305 if (HasStart) { in WriteTo()
1325 if (HasStart) { in CalculateSize()
1345 if (other.HasStart) { in MergeFrom()
1449 public bool HasStart { property in Google.Protobuf.Reflection.DescriptorProto.Types.ReservedRange
1506 if (HasStart) hash ^= Start.GetHashCode(); in GetHashCode()
1521 if (HasStart) { in WriteTo()
1537 if (HasStart) { in CalculateSize()
1554 if (other.HasStart) { in MergeFrom()
[all …]