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

References

tools/clang/lib/Parse/ParseAST.cpp
  123   std::swap(OldCollectStats, S.CollectStats);
  180   std::swap(OldCollectStats, S.CollectStats);
tools/clang/lib/Sema/AnalysisBasedWarnings.cpp
 2195       if (S.CollectStats && stats.NumVariablesAnalyzed > 0) {
 2244   if (S.CollectStats && AC.isCFGBuilt()) {