Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp3294 const OptionDecl* opt_decl = it->dyn_cast<OptionDecl>(); in begin_visit() local
3296 if (opt_decl != NULL) in begin_visit()
3299 zstring value = opt_decl->get_val().str(); in begin_visit()
3301 expand_no_default_qname(qnameItem, opt_decl->get_qname(), loc); in begin_visit()
3306 theSctx->bind_option(qnameItem, value, opt_decl->get_location()); in begin_visit()