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

Declarations

tools/lldb/include/lldb/Symbol/ClangASTImporter.h
   78   static Counters global_counters;

References

tools/lldb/include/lldb/Symbol/ClangASTImporter.h
   39     ++global_counters.m_visible_query_count;
   44     ++global_counters.m_lexical_query_count;
   49     ++global_counters.m_lldb_import_count;
   54     ++global_counters.m_clang_import_count;
   59     ++global_counters.m_decls_completed_count;
   64     ++global_counters.m_record_layout_count;
tools/lldb/source/Symbol/ClangASTImporter.cpp
   53   DumpCounters(log, global_counters);