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

References

tools/lldb/include/lldb/Symbol/ClangASTImporter.h
   78   static Counters global_counters;
   79   static Counters local_counters;
   81   static void DumpCounters(Log *log, Counters &counters);
tools/lldb/source/Symbol/ClangASTImporter.cpp
   28 ClangASTMetrics::Counters ClangASTMetrics::global_counters = {0, 0, 0, 0, 0, 0};
   29 ClangASTMetrics::Counters ClangASTMetrics::local_counters = {0, 0, 0, 0, 0, 0};
   32                                    ClangASTMetrics::Counters &counters) {