HomeSort by relevance Sort by last modified time
    Searched refs:m_decls_completed_count (Results 1 - 2 of 2) sorted by null

  /external/lldb/include/lldb/Symbol/
ClangASTImporter.h 59 ++global_counters.m_decls_completed_count;
60 ++local_counters.m_decls_completed_count;
76 uint64_t m_decls_completed_count; member in struct:lldb_private::ClangASTMetrics::Counters
  /external/lldb/source/Symbol/
ClangASTImporter.cpp 33 log->Printf(" Number of Decls completed : %" PRIu64, counters.m_decls_completed_count);

Completed in 467 milliseconds