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

References

tools/clang/lib/Sema/SemaStmt.cpp
 1646       if (const Stmt *CondVar = S->getConditionVariableDeclStmt())
tools/clang/tools/extra/clang-tidy/utils/ExprSequence.cpp
  162         if (TheSwitchStmt->getConditionVariableDeclStmt() != nullptr)
  163           return TheSwitchStmt->getConditionVariableDeclStmt();
  166       if (S == TheSwitchStmt->getConditionVariableDeclStmt())