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

References

tools/clang/lib/Tooling/Refactoring/ASTSelection.cpp
  144       End = Lexer::getLocForEndOfToken(End, 0, SM, Context.getLangOpts());
  144       End = Lexer::getLocForEndOfToken(End, 0, SM, Context.getLangOpts());
  145     if (!SourceLocation::isPairOfFileLocations(Range.getBegin(), End))
  149       if (SM.isPointWithin(SelectionBegin, Range.getBegin(), End))
  153     bool HasStart = SM.isPointWithin(SelectionBegin, Range.getBegin(), End);
  154     bool HasEnd = SM.isPointWithin(SelectionEnd, Range.getBegin(), End);
  158         SM.isPointWithin(End, SelectionBegin, SelectionEnd))
  162     if (HasStart && SelectionBegin != End)