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

References

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 4364     Node.getConditionVariableDeclStmt();
tools/clang/lib/AST/Interp/ByteCodeStmtGen.cpp
  197   if (const DeclStmt *CondDecl = IS->getConditionVariableDeclStmt())
tools/clang/tools/extra/clang-tidy/readability/BracesAroundStatementsCheck.cpp
  180   if (const DeclStmt *CondVar = S->getConditionVariableDeclStmt())
tools/clang/tools/extra/clang-tidy/utils/ExprSequence.cpp
  153         if (TheIfStmt->getConditionVariableDeclStmt() != nullptr)
  154           return TheIfStmt->getConditionVariableDeclStmt();
  157       if (S == TheIfStmt->getConditionVariableDeclStmt())