Home | History | Annotate | Download | only in parser

Lines Matching refs:ConstDeclNode

106     typedef ConstDeclNode* ConstDeclList;
473 StatementNode* createConstStatement(ConstDeclNode* decls, int startLine, int endLine)
480 ConstDeclNode* appendConstDecl(ConstDeclNode* tail, const Identifier* name, ExpressionNode* initializer)
482 ConstDeclNode* result = new (m_globalData) ConstDeclNode(m_globalData, *name, initializer);