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

References

tools/clang/tools/clang-refactor/TestSupport.cpp
  339     if (!RangeRegex.match(Comment, &Matches) || Comment.contains("CHECK")) {
  346     if (!Matches[2].empty()) {
  348       if (Matches[2].drop_front().getAsInteger(10, ColumnOffset))
  354     if (!Matches[3].empty()) {
  358       if (!EndLocRegex.match(Matches[3], &EndLocMatches)) {
  374         Matches[1].str(), SmallVector<TestSelectionRange, 8>{Range}));