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

References

tools/clang/tools/extra/clang-tidy/bugprone/ArgumentCommentCheck.cpp
  161     return InComment == InDecl;
  162   InComment = InComment.trim('_');
  162   InComment = InComment.trim('_');
  165   return InComment.compare_lower(InDecl) == 0;