Searched refs:m_source_ctx (Results 1 – 2 of 2) sorted by relevance
1013 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()
266 m_master(master), m_source_ctx(source_ctx) { in ASTImporterDelegate()333 clang::ASTContext *m_source_ctx; member