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

References

tools/clang/lib/Tooling/Refactoring/ASTSelection.cpp
  104                                                             : SelectionBegin,
  149       if (SM.isPointWithin(SelectionBegin, Range.getBegin(), End))
  153     bool HasStart = SM.isPointWithin(SelectionBegin, Range.getBegin(), End);
  157     if (SM.isPointWithin(Range.getBegin(), SelectionBegin, SelectionEnd) &&
  158         SM.isPointWithin(End, SelectionBegin, SelectionEnd))
  162     if (HasStart && SelectionBegin != End)