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

References

tools/clang/lib/Analysis/CFG.cpp
 5340     Stmts.push_back(SDSCC->getDeclStmt());
 5345     Stmts.push_back(CDSCC->getDeclStmt());
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
  126       const auto *DS = DSCC->getDeclStmt();
  133           addObjectUnderConstruction(State, DSCC->getDeclStmt(), LCtx, LValue);