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

References

tools/clang/tools/extra/clang-tidy/utils/ExprSequence.cpp
  161       if (S == TheSwitchStmt->getInit()) {
  162         if (TheSwitchStmt->getConditionVariableDeclStmt() != nullptr)
  163           return TheSwitchStmt->getConditionVariableDeclStmt();
  164         return TheSwitchStmt->getCond();
  166       if (S == TheSwitchStmt->getConditionVariableDeclStmt())
  167         return TheSwitchStmt->getCond();