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

References

tools/clang/lib/Tooling/Refactoring/ASTSelection.cpp
  103         SM.isBeforeInTranslationUnit(SelectionEnd.isValid() ? SelectionEnd
  103         SM.isBeforeInTranslationUnit(SelectionEnd.isValid() ? SelectionEnd
  147     if (!SelectionEnd.isValid()) {
  154     bool HasEnd = SM.isPointWithin(SelectionEnd, Range.getBegin(), End);
  157     if (SM.isPointWithin(Range.getBegin(), SelectionBegin, SelectionEnd) &&
  158         SM.isPointWithin(End, SelectionBegin, SelectionEnd))
  164     if (HasEnd && SelectionEnd != Range.getBegin())