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

References

tools/clang/include/clang/AST/Stmt.h
 2423     return reinterpret_cast<DeclStmt*>(SubExprs[CONDVAR]);
tools/clang/lib/AST/Stmt.cpp
  925   if (!SubExprs[CONDVAR])
  928   auto *DS = cast<DeclStmt>(SubExprs[CONDVAR]);
  934     SubExprs[CONDVAR] = nullptr;
  939   SubExprs[CONDVAR] = new (C) DeclStmt(DeclGroupRef(V), VarRange.getBegin(),