Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.cpp21 lldb_private::SemaSourceWithPriorities::~SemaSourceWithPriorities() { in ~SemaSourceWithPriorities()
26 void lldb_private::SemaSourceWithPriorities::PrintStats() { in PrintStats()
H A DASTUtils.h283 class SemaSourceWithPriorities : public clang::ExternalSemaSource {
295 SemaSourceWithPriorities(clang::ExternalSemaSource *high_quality_source, in SemaSourceWithPriorities() function
307 ~SemaSourceWithPriorities() override;
H A DClangExpressionParser.cpp1329 new SemaSourceWithPriorities(module_wrapper, ast_source_wrapper); in ParseInternal()