OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:local_counters
(Results
1 - 2
of
2
) sorted by null
/external/lldb/include/lldb/Symbol/
ClangASTImporter.h
30
local_counters
= { 0, 0, 0, 0, 0, 0 };
36
++
local_counters
.m_visible_query_count;
42
++
local_counters
.m_lexical_query_count;
48
++
local_counters
.m_lldb_import_count;
54
++
local_counters
.m_clang_import_count;
60
++
local_counters
.m_decls_completed_count;
66
++
local_counters
.m_record_layout_count;
81
static Counters
local_counters
;
member in class:lldb_private::ClangASTMetrics
/external/lldb/source/Symbol/
ClangASTImporter.cpp
25
ClangASTMetrics::Counters ClangASTMetrics::
local_counters
= { 0, 0, 0, 0, 0, 0 };
member in class:ClangASTMetrics
46
DumpCounters (log,
local_counters
);
Completed in 26 milliseconds