Home
last modified time | relevance | path

Searched refs:tkFunction (Results 1 – 25 of 36) sorted by relevance

12

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/FortranProject/
H A Dkeywordsparserf.cpp45 else if (pTokens->Item(i)->m_TokenKind == tkFunction) in KeywordsParserF()
84 if ( (m_FuncSet.count(nameLow) && (tokKind & tkFunction)) || in HasTokenSuitableKind()
94 int tokKind = tkFunction | tkSubroutine; in GetCallTips()
105 int tokKind = tkFunction | tkSubroutine; in FindTokens()
113 …m_Parser.FindMatchTokensDeclared(_T("list_of_other_fortran_keywords"), *result, tkFunction, false); in MakeOtherKeywordSet()
H A Dccsmartfilter.cpp84 kindFilter = tkSubroutine | tkFunction | tkInterface; in GetTokenKind()
117 kindFilter = tkVariable | tkSubroutine | tkFunction | tkInterface | tkOther; in GetTokenKind()
126 kindFilter = tkVariable | tkSubroutine | tkFunction | tkInterface | tkType | tkOther; in GetTokenKind()
133 kindFilter = tkFunction | tkInterface; in GetTokenKind()
157 kindFilter = tkSubroutine | tkFunction | tkInterface; in GetTokenKind()
166 kindFilter = tkFunction | tkInterface | tkOther; in GetTokenKind()
172 kindFilter = tkSubroutine | tkFunction | tkInterface; in GetTokenKind()
180 kindFilter = tkFunction | tkInterface; in GetTokenKind()
206 kindFilter = tkSubroutine | tkFunction | tkInterface; in GetTokenKind()
219 kindFilter = tkOther | tkFunction | tkInterface; in GetTokenKind()
H A Dtokenf.cpp66 case tkFunction: return _("function"); in GetTokenKindString()
148 if (m_TokenKind == tkFunction) in TokenFlat()
182 if (m_TokenKind == tkFunction) in TokenFlat()
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()
341 …int tokenKindMask = tkFunction | tkSubroutine | tkInterface | tkInterfaceExplicit | tkVariable | t… in FindTokenFromCall()
363 int noChildrenOf = tkInterface | tkFunction | tkSubroutine | tkProgram | tkModule | tkSubmodule; in FindTokenFromCall()
426 int tokenKindMask = tkFunction | tkSubroutine; in ManageInterfaceExplicit()
427 …int noChildrenOf = tkInterface | tkInterfaceExplicit | tkFunction | tkSubroutine | tkProgram | tkM… in ManageInterfaceExplicit()
H A Dworkspacebrowserbuilder.cpp386 …int childKM = tkFunction | tkProgram | tkSubroutine | tkPreprocessor | tkInterface | tkInterfaceEx… in AddChildrenNodes()
462 int childKM = tkFunction | tkSubroutine; in AddInterfaceNode()
469 if (token->m_TokenKind == tkFunction) in AddInterfaceNode()
589 AddTreeChildren(m_pTreeBottom, root, tkFunction | tkProgram | tkSubroutine); in SelectNode()
608 … AddChildrenNodes(m_pTreeBottom, rootFuncs, pToken, tkFunction | tkSubroutine | tkProcedure); in SelectNode()
690 if (HasGlobalFunctionsOthers(tkFunction | tkProgram | tkSubroutine)) in CreateSpecialFolders()
722 AddTreeChildren(m_pTreeTop, node, tkFunction | tkProgram | tkSubroutine); in ExpandTopNode()
735 …AddChildrenNodes(m_pTreeTop, node, pToken, tkFunction | tkSubroutine | tkInterface | tkType | tkVa… in ExpandTopNode()
770 if (token->m_TokenKind == tkFunction) in SelectItem()
1481 int tokenKindMask = tkFunction | tkProgram | tkSubroutine; in IsLineInGlobals()
[all …]
H A Dcalledbydict.cpp28 int tokenMask = tkSubroutine | tkFunction | tkInterface | tkProcedure | tkModule | tkSubmodule; in Build()
51 const int subfunMask = tkFunction | tkSubroutine; in FillCalledByDict()
H A Dnativeparserf.cpp618 int kindMask = tkFunction | tkSubroutine; in CollectInformationForCallTip()
619 int noInChildren = tkInterface | tkFunction | tkSubroutine; in CollectInformationForCallTip()
832 tokKind = tkFunction | tkSubroutine | tkInterface | tkType | tkVariable; in GetCallTips()
834 tokKind = tkFunction | tkSubroutine | tkInterface | tkType; in GetCallTips()
843 … int noChildrenOf = tkInterface | tkModule | tkSubmodule | tkFunction | tkSubroutine | tkProgram; in GetCallTips()
860 int noChildrenOf = tkInterface | tkFunction | tkSubroutine | tkProgram; in GetCallTips()
864 int tokkindFS = tkFunction | tkSubroutine; in GetCallTips()
940 int tokKind = tkFunction | tkSubroutine; in GetCallTipsForGenericTypeBoundProc()
967 int tokKind = tkFunction | tkSubroutine; in GetCallTipsForTypeBoundProc()
H A Dparserf.cpp565 int kindMask = tkFunction | tkSubroutine; in FindMatchTypeComponents2()
1371 int kindMask = tkFunction | tkSubroutine; in FindMatchTokensForToolTip()
1431 int kindMask = tkFunction | tkSubroutine; in FindGenericTypeBoudComponents()
1432 int noInChildren = tkInterface | tkFunction | tkSubroutine; in FindGenericTypeBoudComponents()
1463 int noChildrenOf = tkFunction | tkSubroutine | tkProgram; in FindMatchOperatorTokensForJump()
1536 int noChildrenOf = tkFunction | tkSubroutine | tkProgram; in FindMatchTokensForJump()
2224 else if (token.m_TokenKind == tkFunction) in FindInfoLog()
2291 if (token.m_TokenKind == tkFunction) in FindInfoLog()
2452 else if (token2->m_TokenKind == tkFunction) in FindTooltipForTypeBoundProc()
2818 int prTMask = tkFunction | tkSubroutine; in FindUseAssociatedTokens()
[all …]
H A Dcalltreeview.cpp132 if (tokArr->Item(i)->m_TokenKind == tkFunction) in ShowCallTreeChildren()
139 if (tokArr->Item(i)->m_TokenKind == tkFunction) in ShowCallTreeChildren()
H A Dtokenf.h35 tkFunction = 0x0008, enumerator
H A Dparserthreadf.cpp142 HandleFunction(tkFunction); in Parse()
501 HandleFunction(tkFunction, taDefKind); in HandleModule()
630 …if ((modChs->Item(k)->m_TokenKind == tkSubroutine || modChs->Item(k)->m_TokenKind == tkFunction) && in HandleModule()
645 …fExpChs->Item(m)->m_TokenKind == tkSubroutine || intfExpChs->Item(m)->m_TokenKind == tkFunction) && in HandleModule()
662 if (tk == tkFunction) in HandleModule()
690 …if ((modChs->Item(k)->m_TokenKind == tkSubroutine || modChs->Item(k)->m_TokenKind == tkFunction) && in HandleModule()
720 if (tk == tkFunction) in HandleModule()
821 HandleFunction(tkFunction); in HandleSubmodule()
1438 if (kind == tkFunction) in HandleFunction()
2047 HandleFunction(tkFunction); in GoThroughBody()
[all …]
H A Dbindto.cpp1030 fchen->Item(i)->m_TokenKind == tkFunction) in FileBindTo()
1089 mchil->Item(j)->m_TokenKind == tkFunction) && in FileBindTo()
1099 mchil->Item(j)->m_TokenKind == tkFunction) && in FileBindTo()
1111 intchs->Item(k)->m_TokenKind == tkFunction) && in FileBindTo()
1542 else if (token->m_TokenKind == tkFunction) in BindProcedure()
1585 if (token->m_TokenKind == tkFunction) in BindProcedure()
2062 if ((i == 0 && token->m_TokenKind == tkFunction) || in BindProcedure()
2069 else if ((token->m_TokenKind == tkFunction) || in BindProcedure()
2105 if (token->m_TokenKind == tkFunction && bindKindSubroutine) in BindProcedure()
2108 if (isGlobal && token->m_TokenKind == tkFunction) in BindProcedure()
[all …]
H A Ddocblock.cpp141 case tkFunction: in GenerateHtmlDoc()
H A Dfpimagelist.cpp230 case tkFunction: in GetTokenKindImageIdx()
/dports/editors/lazarus/lazarus/components/synedit/
H A Dsynhighlightersql.pas63 tkFunction, tkIdentifier, tkKey, tkNull, tkNumber, tkSpace, tkPLSQL, // DJLP 2000-08-11 in tkIdentifier()
1540 Result := tk in [tkDatatype, tkException, tkFunction, tkKey, tkPLSQL,
1612 tkFunction: Result := fFunctionAttri;
1722 EnumerateKeywords(Ord(tkFunction), PostgresFunctions, IdentChars,
1731 EnumerateKeywords(Ord(tkFunction), SQLiteFunctions, IdentChars,
1740 EnumerateKeywords(Ord(tkFunction), IngresFunctions, IdentChars,
1747 EnumerateKeywords(Ord(tkFunction), Interbase6Functions, IdentChars,
1756 EnumerateKeywords(Ord(tkFunction), MSSQL7Functions, IdentChars,
1763 EnumerateKeywords(ord(tkFunction), MSSQL2000Functions, IdentChars, @DoAddKeyword);
1770 EnumerateKeywords(Ord(tkFunction), MySqlFunctions, IdentChars,
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/
H A Dsynhighlightersql.pas63 tkFunction, tkIdentifier, tkKey, tkNull, tkNumber, tkSpace, tkPLSQL, // DJLP 2000-08-11 in tkIdentifier()
1681 Result := tk in [tkDatatype, tkException, tkFunction, tkKey, tkPLSQL,
1753 tkFunction: Result := fFunctionAttri;
1866 EnumerateKeywords(Ord(tkFunction), PostgresFunctions, IdentChars,
1875 EnumerateKeywords(Ord(tkFunction), SQLiteFunctions, IdentChars,
1884 EnumerateKeywords(Ord(tkFunction), IngresFunctions, IdentChars,
1891 EnumerateKeywords(Ord(tkFunction), Interbase6Functions, IdentChars,
1900 EnumerateKeywords(Ord(tkFunction), MSSQL7Functions, IdentChars,
1907 EnumerateKeywords(ord(tkFunction), MSSQL2000Functions, IdentChars, @DoAddKeyword);
1914 EnumerateKeywords(Ord(tkFunction), MySqlFunctions, IdentChars,
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/
H A Dsynhighlightersql.pas63 tkFunction, tkIdentifier, tkKey, tkNull, tkNumber, tkSpace, tkPLSQL, // DJLP 2000-08-11 in tkIdentifier()
1681 Result := tk in [tkDatatype, tkException, tkFunction, tkKey, tkPLSQL,
1753 tkFunction: Result := fFunctionAttri;
1866 EnumerateKeywords(Ord(tkFunction), PostgresFunctions, IdentChars,
1875 EnumerateKeywords(Ord(tkFunction), SQLiteFunctions, IdentChars,
1884 EnumerateKeywords(Ord(tkFunction), IngresFunctions, IdentChars,
1891 EnumerateKeywords(Ord(tkFunction), Interbase6Functions, IdentChars,
1900 EnumerateKeywords(Ord(tkFunction), MSSQL7Functions, IdentChars,
1907 EnumerateKeywords(ord(tkFunction), MSSQL2000Functions, IdentChars, @DoAddKeyword);
1914 EnumerateKeywords(Ord(tkFunction), MySqlFunctions, IdentChars,
[all …]
/dports/editors/lazarus-qt5/lazarus/components/synedit/
H A Dsynhighlightersql.pas63 tkFunction, tkIdentifier, tkKey, tkNull, tkNumber, tkSpace, tkPLSQL, // DJLP 2000-08-11 in tkIdentifier()
1540 Result := tk in [tkDatatype, tkException, tkFunction, tkKey, tkPLSQL,
1612 tkFunction: Result := fFunctionAttri;
1722 EnumerateKeywords(Ord(tkFunction), PostgresFunctions, IdentChars,
1731 EnumerateKeywords(Ord(tkFunction), SQLiteFunctions, IdentChars,
1740 EnumerateKeywords(Ord(tkFunction), IngresFunctions, IdentChars,
1747 EnumerateKeywords(Ord(tkFunction), Interbase6Functions, IdentChars,
1756 EnumerateKeywords(Ord(tkFunction), MSSQL7Functions, IdentChars,
1763 EnumerateKeywords(ord(tkFunction), MSSQL2000Functions, IdentChars, @DoAddKeyword);
1770 EnumerateKeywords(Ord(tkFunction), MySqlFunctions, IdentChars,
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/codecompletion/parser/
H A Dtoken.h54 tkFunction = 0x0040, enumerator
73 tkAnyFunction = tkFunction | tkConstructor | tkDestructor,
H A Dtoken.cpp320 case tkFunction: return _T("function"); in GetTokenKindString()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/codecompletion/
H A Dclassbrowserbuilderthread.cpp280 …AddChildrenOf(m_CCTreeCtrlTop, item, -1, ~(tkFunction | tkVariable | tkMacroDef | tkTypedef | tkMa… in ExpandItem()
316 case tkFunction: in ExpandItem()
711 if (!hasGF && token->m_TokenKind == tkFunction) in CreateSpecialFolders()
730 … PARSER_IMG_FUNCS_FOLDER, new CCTreeCtrlData(sfGFuncs, 0, tkFunction, -1)); in CreateSpecialFolders()
925 case sfGFuncs : AddChildrenOf(tree, node, -1, tkFunction, false); break; in AddMembersOf()
944 AddChildrenOf(tree, rootFuncs, data->m_Token->m_Index, tkFunction); in AddMembersOf()
1065 if ( (token->m_TokenKind == tkFunction) in AddNodes()
1083 kind |= tkTypedef | tkFunction | tkVariable | tkEnum | tkMacroUse; in AddNodes()
1090 kind |= tkTypedef | tkFunction | tkVariable | tkEnumerator | tkMacroUse; in AddNodes()
H A Dinsertclassmethoddlg.cpp50 const bool valid = token->m_TokenKind & (tkFunction | tkConstructor | tkDestructor) in DoFillMethodsFor()
H A Dclassbrowser.cpp292 case tkFunction: in ShowMenu()
571 case tkFunction: in OnTreeItemDoubleClick()
H A Ddoxygen_parser.cpp714 case tkFunction: in GenerateHTML()
812 case tkFunction: // fall-through in GenerateHTML()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/codecompletion/cctest/
H A Dnativeparser_test.cpp131 if (token->m_TokenKind == tkFunction) in PrintTokenTree()

12