Home
last modified time | relevance | path

Searched refs:m_decls_completed_count (Results 1 – 2 of 2) sorted by relevance

/external/lldb/include/lldb/Symbol/
DClangASTImporter.h59 ++global_counters.m_decls_completed_count; in RegisterDeclCompletion()
60 ++local_counters.m_decls_completed_count; in RegisterDeclCompletion()
76 uint64_t m_decls_completed_count; member
/external/lldb/source/Symbol/
DClangASTImporter.cpp33 …rintf(" Number of Decls completed : %" PRIu64, counters.m_decls_completed_count); in DumpCounters()