Home
last modified time | relevance | path

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

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/FortranProject/
H A Dparserf.cpp1341 void ParserF::FindMatchTokensForToolTip(const wxString& nameUnder, int posEndOfWord, cbEditor* ed, in FindMatchTokensForToolTip() argument
1400 FindUseAssociatedTokens(onlyPublicNames, ed, nameUnder, false, result, tokKind, false); in FindMatchTokensForToolTip()
1407 FindMatchVariablesInModules(nameUnder, result, false); in FindMatchTokensForToolTip()
1409 FindMatchDeclarationsInCurrentScope(nameUnder, ed, result, false, posEndOfWord); in FindMatchTokensForToolTip()
1499 wxString nameUnder = control->GetTextRange(posStartOfWord, posEndOfWord); in FindMatchTokensForJump() local
1500 if (nameUnder.IsEmpty()) in FindMatchTokensForJump()
1522 FindImplementedProcInMySubmodules(ed, nameUnder, *resultTmp); in FindMatchTokensForJump()
1537 FindMatchTokensDeclared(nameUnder, result, tokKind, false, noChildrenOf); in FindMatchTokensForJump()
1538 FindMatchVariablesInModules(nameUnder, result, false); in FindMatchTokensForJump()
1540 FindMatchDeclarationsInCurrentScope(nameUnder, ed, result, false, posEndOfWord); in FindMatchTokensForJump()
[all …]
H A Dparserf.h60 …void FindMatchTokensForToolTip(const wxString& nameUnder, int posEndOfWord, cbEditor* ed, bool onl…
H A Dfortranproject.cpp1654 wxString nameUnder = control->GetTextRange(startOfWord, endOfWord); in GetTokenAt() local
1655 if (nameUnder.IsEmpty()) in GetTokenAt()
1663 …pParser->FindMatchTokensForToolTip(nameUnder, endOfWord, ed, m_LogOnlyUseAssoc, m_LogOnlyPublicNam… in GetTokenAt()
1665 m_pKeywordsParser->FindTokens(nameUnder, *result); in GetTokenAt()