Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenodes.cpp642 bool isIndexDecl = (dynamic_cast<AST_IndexDecl*>(decl.getp()) != NULL); in push_back() local
643 theIndexDeclFlags.push_back(isIndexDecl); in push_back()