Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp647 std::vector<pragma*> theScopedPragmas; member in zorba::TranslatorImpl
8516 theScopedPragmas.resize(theScopedPragmas.size() - lNumPragmas); in end_visit()
8553 theScopedPragmas.push_back(lPragma); in begin_visit()
10964 f->processPragma(resultExpr, theScopedPragmas); in end_visit()