Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenodes.h3850 …bool theIsEQnameMatch; // If true, then theNsOrPrefix holds a namespace inst… variable
3867 bool isEQnameMatch() const { return theIsEQnameMatch; } in isEQnameMatch()
H A Dparsenodes.cpp3302 theIsEQnameMatch(isEQnameMatch) in Wildcard()