Searched refs:IdentExprNodeList (Results 1 – 4 of 4) sorted by relevance
49 …StmtNode * table_add(IdentExprNode *type, IdentExprNodeList *templates, IdentExprNode *id, string …
233 typedef vector<IdentExprNode::Ptr> IdentExprNodeList; typedef588 IdentExprNodeList templates_;597 TableDeclStmtNode(IdentExprNode::Ptr table_type, IdentExprNodeList&& templates, in TableDeclStmtNode()
135 StmtNode *Parser::table_add(IdentExprNode *type, IdentExprNodeList *templates, in table_add()
64 IdentExprNodeList *ident_args;241 { $$ = new IdentExprNodeList; $$->push_back(IdentExprNode::Ptr($1)); }