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
  101   for (const Stmt *Parent : getParentStmts(S, Context)) {
  109       if (BO->getLHS() == S && BO->getOpcode() == BO_Comma)
  115         if (InitList->getInit(I - 1) == S)
  123         if (Previous == S)
  134             if (PreviousInit == S)
  144       if (S == ForRange->getLoopVarStmt())
  152       if (S == TheIfStmt->getInit()) {
  157       if (S == TheIfStmt->getConditionVariableDeclStmt())
  161       if (S == TheSwitchStmt->getInit()) {
  166       if (S == TheSwitchStmt->getConditionVariableDeclStmt())
  172       if (S == TheWhileStmt->getConditionVariableDeclStmt())