Home
last modified time | relevance | path

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

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/qmljs/
H A Dqmljsmodelmanagerinterface.cpp1185 PathsAndLanguages allImportPaths; in updateImportPaths() local
1193 allImportPaths.maybeInsert(Utils::FilePath::fromString(canonicalPath), in updateImportPaths()
1202 allImportPaths.maybeInsert(Utils::FilePath::fromString(path), vContext.language); in updateImportPaths()
1214 allImportPaths.maybeInsert(Utils::FilePath::fromString(canonicalPath), l); in updateImportPaths()
1221 allImportPaths.maybeInsert(Utils::FilePath::fromString(pInfo.qtQmlPath), in updateImportPaths()
1229 allImportPaths.maybeInsert(Utils::FilePath::fromString(pathAtt), Dialect::QmlQtQuick2); in updateImportPaths()
1233 allImportPaths.maybeInsert(importPath); in updateImportPaths()
1237 allImportPaths.maybeInsert(Utils::FilePath::fromString(path), Dialect::Qml); in updateImportPaths()
1238 allImportPaths.compact(); in updateImportPaths()
1243 m_allImportPaths = allImportPaths; in updateImportPaths()
[all …]
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/qmljs/3rdparty/qtcreator-libs/qmljs/
H A Dqmljsmodelmanagerinterface.cpp1106 PathsAndLanguages allImportPaths; in updateImportPaths() local
1118 allImportPaths.maybeInsert(Utils::FileName::fromString(canonicalPath), in updateImportPaths()
1125allImportPaths.maybeInsert(Utils::FileName::fromString(path), vCtxsIter.value().language); in updateImportPaths()
1136 allImportPaths.maybeInsert(Utils::FileName::fromString(canonicalPath), l); in updateImportPaths()
1145 allImportPaths.maybeInsert(Utils::FileName::fromString(pathAtt), Dialect::QmlQtQuick2); in updateImportPaths()
1150 allImportPaths.maybeInsert(Utils::FileName::fromString(pathAtt), Dialect::QmlQtQuick2); in updateImportPaths()
1154 allImportPaths.maybeInsert(Utils::FileName::fromString(path), Dialect::Qml); in updateImportPaths()
1155 allImportPaths.compact(); in updateImportPaths()
1159 m_allImportPaths = allImportPaths; in updateImportPaths()
1177 maybeScan(allImportPaths); in updateImportPaths()