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

References

tools/clang/tools/extra/clang-tidy/readability/MisleadingIndentationCheck.cpp
   95     if (NextLoc.isInvalid() || NextLoc.isMacroID())
   95     if (NextLoc.isInvalid() || NextLoc.isMacroID())
   99         SM.getExpansionColumnNumber(NextLoc)) {
  100       diag(NextLoc, "misleading indentation: statement is indented too deeply");