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

  /external/lldb/include/lldb/Symbol/
ClangASTImporter.h 41 ++global_counters.m_lexical_query_count;
42 ++local_counters.m_lexical_query_count;
73 uint64_t m_lexical_query_count; member in struct:lldb_private::ClangASTMetrics::Counters
  /external/lldb/source/Symbol/
ClangASTImporter.cpp 30 log->Printf(" Number of lexical Decl queries : %" PRIu64, counters.m_lexical_query_count);

Completed in 102 milliseconds