Home
last modified time | relevance | path

Searched refs:tkProgram (Results 1 – 12 of 12) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/FortranProject/
H A Dcalltree.cpp53 …int tokenKindMask = tkFunction | tkSubroutine | tkProgram | tkInterface | tkInterfaceExplicit | tk… in BuildCallTree()
170 … int noChildrenOf = tkInterface | tkFunction | tkSubroutine | tkProgram | tkModule | tkSubmodule; in FindUsedModules()
363 int noChildrenOf = tkInterface | tkFunction | tkSubroutine | tkProgram | tkModule | tkSubmodule; in FindTokenFromCall()
427 …int noChildrenOf = tkInterface | tkInterfaceExplicit | tkFunction | tkSubroutine | tkProgram | tkM… in ManageInterfaceExplicit()
H A Dtokenf.h36 tkProgram = 0x00010, enumerator
H A Dworkspacebrowserbuilder.cpp386 …int childKM = tkFunction | tkProgram | tkSubroutine | tkPreprocessor | tkInterface | tkInterfaceEx… in AddChildrenNodes()
391 …Kind == tkSubroutine || parToken->m_TokenKind == tkFunction || parToken->m_TokenKind == tkProgram)) in AddChildrenNodes()
589 AddTreeChildren(m_pTreeBottom, root, tkFunction | tkProgram | tkSubroutine); in SelectNode()
690 if (HasGlobalFunctionsOthers(tkFunction | tkProgram | tkSubroutine)) in CreateSpecialFolders()
722 AddTreeChildren(m_pTreeTop, node, tkFunction | tkProgram | tkSubroutine); in ExpandTopNode()
1481 int tokenKindMask = tkFunction | tkProgram | tkSubroutine; in IsLineInGlobals()
1602 …int tokenKindMask = tkModule | tkFunction | tkProgram | tkSubroutine | tkInterface | tkInterfaceEx… in AddIncludeFiles()
H A Dparserf.cpp783 int tokenKindMask = tkFunction | tkProgram | tkSubroutine | tkModule | tkBlockConstruct | in FindMatchDeclarationsInCurrentScope()
892 int tokenKindMask = tkFunction | tkProgram | tkSubroutine | tkModule | tkBlockConstruct | in FindLineScopeLN()
1398 … int noChildrenOf = tkInterface | tkModule | tkSubmodule | tkFunction | tkSubroutine | tkProgram; in FindMatchTokensForToolTip()
1405 int noChildrenOf = tkInterface | tkFunction | tkSubroutine | tkProgram; in FindMatchTokensForToolTip()
1463 int noChildrenOf = tkFunction | tkSubroutine | tkProgram; in FindMatchOperatorTokensForJump()
1531 … int noChildrenOf = tkInterface | tkModule | tkSubmodule | tkFunction | tkSubroutine | tkProgram; in FindMatchTokensForJump()
1536 int noChildrenOf = tkFunction | tkSubroutine | tkProgram; in FindMatchTokensForJump()
1612 … int noChildrenOf = tkInterface | tkModule | tkSubmodule | tkFunction | tkSubroutine | tkProgram; in FindMatchTokensForCodeCompletion()
1648 int noChildrenOf = tkInterface | tkFunction | tkSubroutine | tkProgram; in FindMatchTokensForCodeCompletion()
3030 int tokenKindMask = tkFunction | tkProgram | tkSubroutine | tkModule | tkSubmodule | in FindAddress()
[all …]
H A Dtokenf.cpp67 case tkProgram: return _("program"); in GetTokenKindString()
H A Dfpimagelist.cpp237 case tkProgram: return m_ImgNr["program"]; in GetTokenKindImageIdx()
H A Dnativeparserf.cpp843 … int noChildrenOf = tkInterface | tkModule | tkSubmodule | tkFunction | tkSubroutine | tkProgram; in GetCallTips()
860 int noChildrenOf = tkInterface | tkFunction | tkSubroutine | tkProgram; in GetCallTips()
H A Dparserthreadf.cpp138 HandleFunction(tkProgram); in Parse()
1422 if (token.IsEmpty() && kind == tkProgram) in HandleFunction()
/dports/editors/lazarus/lazarus/components/mpaslex/
H A Dmpaslex.pp103 tkProgram, tkProperty, tkProtected, tkPublic, tkPublished, tkRaise, tkRead,
682 if KeyComp('Program')then Result:=tkProgram else Result:=tkIdentifier;
/dports/editors/lazarus-qt5/lazarus/components/mpaslex/
H A Dmpaslex.pp103 tkProgram, tkProperty, tkProtected, tkPublic, tkPublished, tkRaise, tkRead,
682 if KeyComp('Program')then Result:=tkProgram else Result:=tkIdentifier;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/mpaslex/
H A Dmpaslex.pp103 tkProgram, tkProperty, tkProtected, tkPublic, tkPublished, tkRaise, tkRead,
682 if KeyComp('Program')then Result:=tkProgram else Result:=tkIdentifier;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/mpaslex/
H A Dmpaslex.pp103 tkProgram, tkProperty, tkProtected, tkPublic, tkPublished, tkRaise, tkRead,
682 if KeyComp('Program')then Result:=tkProgram else Result:=tkIdentifier;