Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Tooling/Refactoring/
DASTSelection.cpp153 bool HasEnd = SM.isPointWithin(SelectionEnd, Range.getBegin(), End); in selectionKindFor() local
154 if (HasStart && HasEnd) in selectionKindFor()
163 if (HasEnd && SelectionEnd != Range.getBegin()) in selectionKindFor()
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs1237 public bool HasEnd { property in Google.Protobuf.Reflection.DescriptorProto.Types.ExtensionRange
1290 if (HasEnd) hash ^= End.GetHashCode(); in GetHashCode()
1309 if (HasEnd) { in WriteTo()
1328 if (HasEnd) { in CalculateSize()
1348 if (other.HasEnd) { in MergeFrom()
1476 public bool HasEnd { property in Google.Protobuf.Reflection.DescriptorProto.Types.ReservedRange
1507 if (HasEnd) hash ^= End.GetHashCode(); in GetHashCode()
1525 if (HasEnd) { in WriteTo()
1540 if (HasEnd) { in CalculateSize()
1557 if (other.HasEnd) { in MergeFrom()
[all …]