Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp3135 static_context* moduleRootSctx; in end_visit() local
3137 moduleRootSctx = theCCB->theRootSctx->create_child_context(); in end_visit()
3139 moduleRootSctx = independentSctx->create_child_context(); in end_visit()
3141 moduleRootSctx->set_entity_retrieval_uri(compURI); in end_visit()
3142 moduleRootSctx->set_module_namespace(targetNS); in end_visit()
3143 moduleRootSctx->set_typemanager(new TypeManagerImpl(&GENV_TYPESYSTEM)); in end_visit()
3145 (theCCB->theSctxMap)[moduleRootSctxId] = moduleRootSctx; in end_visit()
3194 moduleRootSctx, in end_visit()
3217 if (!moduleRootSctx->lookup_option(lMajorOpt, lImportedVersion)) in end_visit()