Searched refs:SemaSourceWithPriorities (Results 1 – 3 of 3) sorted by relevance
21 lldb_private::SemaSourceWithPriorities::~SemaSourceWithPriorities() = default;23 void lldb_private::SemaSourceWithPriorities::PrintStats() { in PrintStats()
249 class SemaSourceWithPriorities : public clang::ExternalSemaSource {259 SemaSourceWithPriorities(clang::ExternalSemaSource &high_quality_source, in SemaSourceWithPriorities() function265 ~SemaSourceWithPriorities() override;
1131 new SemaSourceWithPriorities(*module_wrapper, *ast_source_wrapper); in ParseInternal()