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

References

tools/clang/lib/AST/Stmt.cpp
  887   auto *DS = getConditionVariableDeclStmt();
tools/clang/lib/AST/StmtPrinter.cpp
  245   if (const DeclStmt *DS = If->getConditionVariableDeclStmt())
tools/clang/lib/Analysis/CFG.cpp
 3021     if (const DeclStmt* DS = I->getConditionVariableDeclStmt()) {
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  136   bool HasVar = S->getConditionVariableDeclStmt() != nullptr;