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
  152       if (S == TheIfStmt->getInit()) {
  153         if (TheIfStmt->getConditionVariableDeclStmt() != nullptr)
  154           return TheIfStmt->getConditionVariableDeclStmt();
  155         return TheIfStmt->getCond();
  157       if (S == TheIfStmt->getConditionVariableDeclStmt())
  158         return TheIfStmt->getCond();