Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.cpp11 lldb_private::ExternalASTSourceWrapper::~ExternalASTSourceWrapper() = default;
13 void lldb_private::ExternalASTSourceWrapper::PrintStats() { in PrintStats()
H A DASTUtils.h22 class ExternalASTSourceWrapper : public clang::ExternalSemaSource {
26 ExternalASTSourceWrapper(ExternalASTSource *Source) : m_Source(Source) { in ExternalASTSourceWrapper() function
30 ~ExternalASTSourceWrapper() override;
H A DClangExpressionParser.cpp1151 new ExternalASTSourceWrapper(ast_context.getExternalSource()); in ParseInternal()
1153 auto ast_source_wrapper = new ExternalASTSourceWrapper(ast_source); in ParseInternal()