Home
last modified time | relevance | path

Searched refs:tkSelectTypeChild (Results 1 – 4 of 4) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/FortranProject/
H A Dtokenf.h54 tkSelectTypeChild = 0x400000, enumerator
H A Dtokenf.cpp85 case tkSelectTypeChild: return _("select type"); in GetTokenKindString()
H A Dparserf.cpp729 (tokFl->m_TokenKind == tkSelectTypeChild) || in FindMatchDeclarationsInCurrentScope()
784 … tkAssociateConstruct | tkSubmodule | tkSelectTypeChild | tkSelectTypeDefault | in FindMatchDeclarationsInCurrentScope()
893 … tkAssociateConstruct | tkSubmodule | tkSelectTypeChild | tkSelectTypeDefault | in FindLineScopeLN()
929 … (pToken->m_TokenKind != tkSelectTypeChild) && (pToken->m_TokenKind != tkSelectTypeDefault)) in FindLineScopeLN()
H A Dparserthreadf.cpp1549 m_pLastParent = DoAddToken(tkSelectTypeChild, wxEmptyString, args, defstr); in HandleSelectTypeConstruct()