Home
last modified time | relevance | path

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

/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/coreSQLiteStudio/parser/
H A Dparser_helper_stubs.h85 typedef QList<SqliteWindowDefinition*> ParserWindowDefList; typedef
H A Dsqlite3_parse.y2544 %type windowdefn_list {ParserWindowDefList*}
2548 X = new ParserWindowDefList(); in windowdefn_list()
2722 %type window_clause {ParserWindowDefList*}
H A Dsqlite3_parse.cpp152 ParserWindowDefList* yy299;
5459 yygotominor.yy299 = new ParserWindowDefList(); in yy_reduce()