Home
last modified time | relevance | path

Searched refs:m_source_ctx (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp981 to_objc_interface->setSuperClass(m_source_ctx->getTrivialTypeSourceInfo( in ImportDefinitionTo()
982 m_source_ctx->getObjCInterfaceType(imported_from_superclass))); in ImportDefinitionTo()
1073 m_main.MaybeGetContextMetadata(m_source_ctx); in Imported()
1101 to_context_md->setOrigin(to, DeclOrigin(m_source_ctx, from)); in Imported()
1122 to_context_md->setOrigin(to, DeclOrigin(m_source_ctx, from)); in Imported()
1127 from, m_source_ctx, &to->getASTContext()); in Imported()
H A DClangASTImporter.h266 m_main(main), m_source_ctx(source_ctx) { in ASTImporterDelegate()
333 clang::ASTContext *m_source_ctx; member