Home
last modified time | relevance | path

Searched refs:standardContextForUrl (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/kdevelop/kdevelop-21.12.3/plugins/clang/duchain/
H A Dduchainutils.cpp76 auto context = KDevelop::DUChainUtils::standardContextForUrl(file.toUrl()); in findParseSessionData()
82 context = KDevelop::DUChainUtils::standardContextForUrl(tufile.toUrl()); in findParseSessionData()
H A Dunknowndeclarationproblem.cpp152 const TopDUContext* top = DUChainUtils::standardContextForUrl( source.toUrl() ); in includeDirectivePosition()
192 const TopDUContext* top = DUChainUtils::standardContextForUrl( source.toUrl() ); in forwardDeclarationPosition()
243 const TopDUContext* top = DUChainUtils::standardContextForUrl( file.toUrl() ); in findPossibleQualifiedIdentifiers()
H A Ddocumentfinderhelpers.cpp118 auto ctx = DUChainUtils::standardContextForUrl(url); in duchainBuddyFile()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/clang/
H A Dclangsupport.cpp100 TopDUContext* topContext = DUChainUtils::standardContextForUrl(url); in importedContextForPosition()
144 TopDUContext* topContext = DUChainUtils::standardContextForUrl(url); in macroExpansionForPosition()
364 auto ctx = DUChainUtils::standardContextForUrl(doc->url()); in documentActivated()
H A Dclangparsejob.cpp261 auto ctx = DUChainUtils::standardContextForUrl(document().toUrl()); in run()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/switchtobuddy/
H A Dswitchtobuddyplugin.cpp183 TopDUContext* ctx = DUChainUtils::standardContextForUrl(docUrl); in switchDefinitionDeclaration()
200 TopDUContext* standardCtx = DUChainUtils::standardContextForUrl(docUrl); in switchDefinitionDeclaration()
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/language/duchain/
H A Dduchainutils.h48 KDEVPLATFORMLANGUAGE_EXPORT KDevelop::TopDUContext* standardContextForUrl(const QUrl& url,
H A Dduchainutils.cpp258 TopDUContext* DUChainUtils::standardContextForUrl(const QUrl& url, bool preferProxyContext) { in standardContextForUrl() function in DUChainUtils
274 return standardContextForUrl(url, false); // Fall back to a normal context in standardContextForUrl()
319 KDevelop::TopDUContext* top = standardContextForUrl(url.adjusted(QUrl::NormalizePathSegments)); in itemUnderCursor()
H A DMainpage.dox193 * topContext = KDevelop::DUChainUtils::standardContextForUrl( myUrl );
241 …l contexts (TopDUContext) can be retrieved through KDevelop::DUChainUtils::standardContextForUrl().
310 * topContext = KDevelop::DUChainUtils::standardContextForUrl( myUrl );
311 * topReferenced = KDevelop::DUChainUtils::standardContextForUrl( myOtherUrl );
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/codeutils/
H A Dcodeutilsplugin.cpp69 TopDUContext* topCtx = DUChainUtils::standardContextForUrl(view->document()->url()); in documentDeclaration()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/cmake/duchain/
H A Dcmakeparsejob.cpp74 context = DUChainUtils::standardContextForUrl(document().toUrl()); in run()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/qmljs/
H A Dqmljsparsejob.cpp124 context = DUChainUtils::standardContextForUrl(document().toUrl()); in run()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/outlineview/
H A Doutlinemodel.cpp172 TopDUContext* topContext = DUChainUtils::standardContextForUrl(doc->url()); in rebuildOutline()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/quickopen/
H A Dquickopenplugin.cpp188 TopDUContext* ctx = DUChainUtils::standardContextForUrl(view->document()->url()); in cursorContextDeclaration()
230 TopDUContext* context = DUChainUtils::standardContextForUrl(doc->url()); in cursorItemText()
739 TopDUContext* context = DUChainUtils::standardContextForUrl(doc->url()); in jumpToNearestFunction()
809 TopDUContext* context = DUChainUtils::standardContextForUrl(doc->url()); in start()
H A Dprojectitemquickopen.cpp231 TopDUContext* ctx = DUChainUtils::standardContextForUrl(filteredItem.m_file.toUrl()); in data()
/dports/devel/umbrello/umbrello-21.12.3/lib/kdev4-php/
H A Dphpparsejob.cpp101 toUpdate = KDevelop::DUChainUtils::standardContextForUrl(document().toUrl()); in run()
/dports/devel/kdev-php/kdev-php-21.12.3/
H A Dphpparsejob.cpp104 toUpdate = KDevelop::DUChainUtils::standardContextForUrl(document().toUrl()); in run()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/problemreporter/
H A Dproblemhighlighter.cpp120 TopDUContext* top = DUChainUtils::standardContextForUrl(m_document->url()); in setProblems()
H A Dproblemreporterplugin.cpp190 TopDUContext* top = DUChainUtils::standardContextForUrl(editorContext->url()); in contextMenuExtension()
/dports/devel/umbrello/umbrello-21.12.3/lib/kdev5-php/
H A Dphpparsejob.cpp103 toUpdate = KDevelop::DUChainUtils::standardContextForUrl(document().toUrl()); in run()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/clang/codecompletion/
H A Dmodel.cpp96 auto top = DUChainUtils::standardContextForUrl(m_url); in run()
/dports/devel/kdev-python/kdev-python-21.12.3/
H A Dpythonparsejob.cpp132 toUpdate = DUChainUtils::standardContextForUrl(document().toUrl()); in run()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/contextbrowser/
H A Dcontextbrowser.cpp102 TopDUContext* topContext = DUChainUtils::standardContextForUrl(url); in contextAt()
564 TopDUContext* topContext = DUChainUtils::standardContextForUrl(view->document()->url()); in navigationWidgetForPosition()
605 …dget = decl->context()->createNavigationWidget(decl, DUChainUtils::standardContextForUrl(viewUrl)); in navigationWidgetForPosition()
874 TopDUContext* topContext = DUChainUtils::standardContextForUrl(view->document()->url()); in updateForView()
1054 KDevelop::TopDUContext* chosen = DUChainUtils::standardContextForUrl(doc->url()); in switchUse()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/projectmanagerview/
H A Dprojectmodelitemdelegate.cpp188 … const TopDUContext* top = DUChainUtils::standardContextForUrl(it->file()->path().toUrl()); in helpEvent()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/clang/codegen/
H A Dadaptsignatureassistant.cpp28 ReferencedTopDUContext top(DUChainUtils::standardContextForUrl(documentUrl)); in getDeclarationAtCursor()

12