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
  104     if (!isDescendantOrEqual(Parent, Root, Context))
  107     if (const auto *BO = dyn_cast<BinaryOperator>(Parent)) {
  111     } else if (const auto *InitList = dyn_cast<InitListExpr>(Parent)) {
  118     } else if (const auto *Compound = dyn_cast<CompoundStmt>(Parent)) {
  127     } else if (const auto *TheDeclStmt = dyn_cast<DeclStmt>(Parent)) {
  140     } else if (const auto *ForRange = dyn_cast<CXXForRangeStmt>(Parent)) {
  146     } else if (const auto *TheIfStmt = dyn_cast<IfStmt>(Parent)) {
  159     } else if (const auto *TheSwitchStmt = dyn_cast<SwitchStmt>(Parent)) {
  168     } else if (const auto *TheWhileStmt = dyn_cast<WhileStmt>(Parent)) {