Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/annotations/
H A Dannotations.cpp385 std::vector<store::Item_t> lLiterals; in push_back() local
391 lLiterals.push_back((*it)->get_val()); in push_back()
394 theAnnotationList.push_back(new AnnotationInternal(qname, lLiterals)); in push_back()
/dports/textproc/zorba/zorba-2.7.0/src/api/
H A Dcollectionimpl.cpp448 std::vector<store::Item_t> lLiterals = lSAnn->theLiterals; in getAnnotations()
451 new AnnotationImpl(new AnnotationInternal(lSAnn->theName, lLiterals))); in getAnnotations()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp4092 std::vector<const_expr*> lLiterals; in end_visit() local
4103 lLiterals.insert(lLiterals.begin(), lLiteral); in end_visit()
4108 theAnnotations->push_back(lExpandedQName, lLiterals); in end_visit()
4292 std::vector<const_expr* > lLiterals; in end_visit() local
4313 lLiterals); in end_visit()
4330 lLiterals); in end_visit()
4347 lLiterals); in end_visit()