Home
last modified time | relevance | path

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

/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/Tests/ParserTest/
H A Dtst_parsertest.cpp169 QList<SqliteStatement::FullObject> fullObjects = query->getContextFullObjects(); in testGetFullObjects() local
170 QVERIFY(fullObjects.size() == 2); in testGetFullObjects()
172 for (const SqliteStatement::FullObject& fullObj : fullObjects) in testGetFullObjects()
197 QList<SqliteStatement::FullObject> fullObjects = query->getContextFullObjects(); in testGetFullObjects2() local
198 QVERIFY(fullObjects.size() == 5); in testGetFullObjects2()
200 for (const SqliteStatement::FullObject& fullObj : fullObjects) in testGetFullObjects2()
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/coreSQLiteStudio/parser/ast/
H A Dsqlitestatement.cpp58 QList<FullObject> fullObjects = getContextFullObjects(this, checkParent, checkChilds); in getContextFullObjects() local
61 QMutableListIterator<FullObject> it(fullObjects); in getContextFullObjects()
87 return fullObjects; in getContextFullObjects()
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/guiSQLiteStudio/
H A Dsqleditor.cpp890 QList<SqliteStatement::FullObject> fullObjects; in checkForValidObjects() local
894 fullObjects = query->getContextFullObjects(); in checkForValidObjects()
895 for (const SqliteStatement::FullObject& fullObj : fullObjects) in checkForValidObjects()