Searched refs:ExternalASTSourceWrapper (Results 1 – 3 of 3) sorted by relevance
11 lldb_private::ExternalASTSourceWrapper::~ExternalASTSourceWrapper() = default;13 void lldb_private::ExternalASTSourceWrapper::PrintStats() { in PrintStats()
32 class ExternalASTSourceWrapper : public clang::ExternalSemaSource {36 explicit ExternalASTSourceWrapper(ExternalASTSource *Source) in ExternalASTSourceWrapper() function41 ~ExternalASTSourceWrapper() override;
1322 auto *ast_source_wrapper = new ExternalASTSourceWrapper(ast_source); in ParseInternal()1326 new ExternalASTSourceWrapper(ast_context.getExternalSource()); in ParseInternal()