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

References

tools/clang/lib/AST/Stmt.cpp
 1044   auto *DS = getConditionVariableDeclStmt();
tools/clang/lib/AST/StmtPrinter.cpp
  297   if (const DeclStmt *DS = Node->getConditionVariableDeclStmt())
tools/clang/lib/Analysis/CFG.cpp
 3742         const DeclStmt *DS = W->getConditionVariableDeclStmt();
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  187   bool HasVar = S->getConditionVariableDeclStmt() != nullptr;