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

  /external/lldb/include/lldb/Symbol/
ClangASTImporter.h 53 ++global_counters.m_clang_import_count;
54 ++local_counters.m_clang_import_count;
75 uint64_t m_clang_import_count; member in struct:lldb_private::ClangASTMetrics::Counters
  /external/lldb/source/Symbol/
ClangASTImporter.cpp 32 log->Printf(" Number of imports conducted by Clang : %" PRIu64, counters.m_clang_import_count);

Completed in 90 milliseconds