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

References

tools/clang/tools/extra/clang-tidy/google/TodoCommentCheck.cpp
   30     if (!TodoMatch.match(Text, &Matches))
   33     StringRef Username = Matches[1];
   34     StringRef Comment = Matches[3];