Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/context/
H A Dstatic_context.h573 std::string theModuleNamespace; variable
700 void set_module_namespace(const zstring& ns) { theModuleNamespace = ns.str(); } in set_module_namespace()
702 const std::string& get_module_namespace() const { return theModuleNamespace; } in get_module_namespace()
H A Dstatic_context.cpp1050 ar & theModuleNamespace; in serialize() local
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp2497 if (theModuleNamespace.empty()) in end_visit()
2504 ERROR_PARAMS( theModuleNamespace ), in end_visit()
2975 targetNS == theModuleNamespace)) in end_visit()
3332 if (! theModuleNamespace.empty() && in begin_visit()
3451 if (! theModuleNamespace.empty() && ns != theModuleNamespace) in begin_visit()
3966 if (! theModuleNamespace.empty() && in end_visit()
10111 if (theModuleNamespace.empty()) in end_visit()
10282 if (theModuleNamespace.empty()) in begin_visit()
10297 theModuleNamespace)); in begin_visit()
10308 if (theModuleNamespace.empty()) in begin_visit()
[all …]