Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/Inputs/
H A Dqt-simulator.h28 struct QCoreApplication : public QObject { struct
30 static QCoreApplication *instance();
33 struct QApplication : public QCoreApplication {};
/llvm-project-15.0.7/clang/test/Analysis/
H A Dqt_malloc.cpp8 static_cast<QApplication *>(QCoreApplication::instance())->postEvent(obj, e1); in send()
10 QCoreApplication::instance()->postEvent(obj, e2); in send()
12 QCoreApplication::postEvent(obj, e3); in send()