Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DASTUtils.cpp21 lldb_private::SemaSourceWithPriorities::~SemaSourceWithPriorities() {} in ~SemaSourceWithPriorities()
23 void lldb_private::SemaSourceWithPriorities::PrintStats() { in PrintStats()
DASTUtils.h242 class SemaSourceWithPriorities : public clang::ExternalSemaSource {
252 SemaSourceWithPriorities(clang::ExternalSemaSource &high_quality_source, in SemaSourceWithPriorities() function
258 ~SemaSourceWithPriorities() override;
DClangExpressionParser.cpp1142 new SemaSourceWithPriorities(*module_wrapper, *ast_source_wrapper); in ParseInternal()