Searched refs:SemaSourceWithPriorities (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.cpp21 lldb_private::SemaSourceWithPriorities::~SemaSourceWithPriorities() {}
23 void lldb_private::SemaSourceWithPriorities::PrintStats() {
H A DASTUtils.h241 class SemaSourceWithPriorities : public clang::ExternalSemaSource { class in namespace:lldb_private
248 /// Construct a SemaSourceWithPriorities with a 'high quality' source that
251 SemaSourceWithPriorities(clang::ExternalSemaSource &high_quality_source, function in class:lldb_private::SemaSourceWithPriorities
257 ~SemaSourceWithPriorities() override;
H A DClangExpressionParser.cpp995 new SemaSourceWithPriorities(*module_wrapper, *ast_source_wrapper);

Completed in 68 milliseconds