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

References

tools/clang/tools/extra/clang-tidy/readability/InconsistentDeclarationParameterNameCheck.cpp
   94     return L.empty() || R.empty() || L == R;
   94     return L.empty() || R.empty() || L == R;
   97   return L.startswith_lower(R) || R.startswith_lower(L) ||
   97   return L.startswith_lower(R) || R.startswith_lower(L) ||
   98          L.endswith_lower(R) || R.endswith_lower(L);
   98          L.endswith_lower(R) || R.endswith_lower(L);