Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp1013 to_objc_interface->setSuperClass(m_source_ctx->getTrivialTypeSourceInfo( in ImportDefinitionTo()
1014 m_source_ctx->getObjCInterfaceType(imported_from_superclass))); in ImportDefinitionTo()
1105 m_master.MaybeGetContextMetadata(m_source_ctx); in Imported()
1133 to_context_md->setOrigin(to, DeclOrigin(m_source_ctx, from)); in Imported()
1154 to_context_md->setOrigin(to, DeclOrigin(m_source_ctx, from)); in Imported()
1159 from, m_source_ctx, &to->getASTContext()); in Imported()
H A DClangASTImporter.h266 m_master(master), m_source_ctx(source_ctx) { in ASTImporterDelegate()
333 clang::ASTContext *m_source_ctx; member