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

References

tools/clang/lib/AST/Stmt.cpp
  988   auto *DS = getConditionVariableDeclStmt();
tools/clang/lib/AST/StmtPrinter.cpp
  287   if (const DeclStmt *DS = Node->getConditionVariableDeclStmt())
tools/clang/lib/Analysis/CFG.cpp
 4085       appendStmt(Block, Terminator->getConditionVariableDeclStmt());
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  164   bool HasVar = S->getConditionVariableDeclStmt() != nullptr;