Home
last modified time | relevance | path

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

/dports/devel/kdevelop/kdevelop-21.12.3/plugins/qmljs/3rdparty/qtcreator-libs/qmljs/
H A Dqmljsmodelmanagerinterface.cpp411 bool pInfoLessThanImports(const ModelManagerInterface::ProjectInfo &p1, const ModelManagerInterface… in pInfoLessThanImports() function
650 std::sort(infos.begin(), infos.end(), &pInfoLessThanImports); in allProjectInfosForPath()
1411 std::sort(allProjects.begin(), allProjects.end(), &pInfoLessThanImports); in completeVContext()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/qmljs/
H A Dqmljsmodelmanagerinterface.cpp424 bool pInfoLessThanImports(const ModelManagerInterface::ProjectInfo &p1, in pInfoLessThanImports() function
663 std::sort(infos.begin(), infos.end(), &pInfoLessThanImports); in allProjectInfosForPath()
1511 std::sort(allProjects.begin(), allProjects.end(), &pInfoLessThanImports); in getVContext()