Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp3073 static_context_t importedSctx = NULL; in end_visit() local
3084 bool found = theModulesInfo->mod_sctx_map.get(compURI, importedSctx); in end_visit()
3152 importedSctx = independentSctx->create_child_context(); in end_visit()
3153 importedSctx->set_module_namespace(targetNS); in end_visit()
3158 theModulesInfo->mod_sctx_map.put(compURI, importedSctx); in end_visit()
3255 theSctx->import_module(importedSctx, loc); in end_visit()