Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangASTImporter.cpp993 to_objc_interface->setSuperClass(m_source_ctx->getTrivialTypeSourceInfo( in ImportDefinitionTo()
994 m_source_ctx->getObjCInterfaceType(imported_from_superclass))); in ImportDefinitionTo()
1085 m_master.MaybeGetContextMetadata(m_source_ctx); in Imported()
1112 to_context_md->setOrigin(to, DeclOrigin(m_source_ctx, from)); in Imported()
1133 to_context_md->setOrigin(to, DeclOrigin(m_source_ctx, from)); in Imported()
1138 from, m_source_ctx, &to->getASTContext()); in Imported()
DClangASTImporter.h192 m_master(master), m_source_ctx(source_ctx) { in ASTImporterDelegate()
249 clang::ASTContext *m_source_ctx; member