Home
last modified time | relevance | path

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

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/FortranProject/
H A Dnativeparserf.h64 …formationForCallTip(int& commasAll, int& commasUntilPos, wxString& argNameUnderCursor, wxString& l…
H A Dfortranproject.cpp1445 wxString argNameUnderCursor; in GetCallTips() local
1446 …m_pNativeParser->CollectInformationForCallTip(commas, commasPos, argNameUnderCursor, lastName, isA… in GetCallTips()
1505 if (isUnique && !argNameUnderCursor.IsEmpty()) in GetCallTips()
1508 int argidx = definition.Lower().Find(argNameUnderCursor.Lower()); in GetCallTips()
H A Dnativeparserf.cpp573 …formationForCallTip(int& commasAll, int& commasUntilPos, wxString& argNameUnderCursor, wxString& l… in CollectInformationForCallTip() argument
595 GetDummyVarName(ed, argNameUnderCursor); in CollectInformationForCallTip()