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

Declarations

tools/lldb/include/lldb/Symbol/ClangASTImporter.h
   79   static Counters local_counters;

References

tools/lldb/include/lldb/Symbol/ClangASTImporter.h
   36   static void ClearLocalCounters() { local_counters = {0, 0, 0, 0, 0, 0}; }
   40     ++local_counters.m_visible_query_count;
   45     ++local_counters.m_lexical_query_count;
   50     ++local_counters.m_lldb_import_count;
   55     ++local_counters.m_clang_import_count;
   60     ++local_counters.m_decls_completed_count;
   65     ++local_counters.m_record_layout_count;
tools/lldb/source/Symbol/ClangASTImporter.cpp
   55   DumpCounters(log, local_counters);