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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.cpp11 lldb_private::ExternalASTSourceWrapper::~ExternalASTSourceWrapper() {}
13 void lldb_private::ExternalASTSourceWrapper::PrintStats() {
H A DASTUtils.h21 class ExternalASTSourceWrapper : public clang::ExternalSemaSource { class in namespace:lldb_private
25 ExternalASTSourceWrapper(ExternalASTSource *Source) : m_Source(Source) { function in class:lldb_private::ExternalASTSourceWrapper
29 ~ExternalASTSourceWrapper() override;
H A DClangExpressionParser.cpp990 new ExternalASTSourceWrapper(ast_context.getExternalSource());
992 auto ast_source_wrapper = new ExternalASTSourceWrapper(ast_source);

Completed in 65 milliseconds