Home
last modified time | relevance | path

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

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/FortranProject/
H A Dnativeparserf.h60 void GetCallTipsForTypeBoundProc(TokensArrayFlat* result, wxArrayString& callTips);
H A Dnativeparserf.cpp954 GetCallTipsForTypeBoundProc(tokensTmp, callTips); in GetCallTipsForGenericTypeBoundProc()
960 void NativeParserF::GetCallTipsForTypeBoundProc(TokensArrayFlat* result, wxArrayString& callTips) in GetCallTipsForTypeBoundProc() function in NativeParserF
H A Dfortranproject.cpp1452 m_pNativeParser->GetCallTipsForTypeBoundProc(result, callTips); in GetCallTips()