Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/context/
H A Droot_static_context.cpp114 set_context_item_type(GENV_TYPESYSTEM.ITEM_TYPE_ONE, QueryLoc::null); in init()
H A Dstatic_context.h881 void set_context_item_type(const xqtref_t& t, const QueryLoc& loc);
H A Dstatic_context.cpp2344 void static_context::set_context_item_type(const xqtref_t& t, const QueryLoc& loc) in set_context_item_type() function in zorba::static_context
/dports/textproc/zorba/zorba-2.7.0/src/api/
H A Dstaticcontextimpl.cpp961 theCtx->set_context_item_type(xqType, QueryLoc::null); in setContextItemStaticType()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp4156 theSctx->set_context_item_type(type, loc); in end_visit()