Home
last modified time | relevance | path

Searched refs:SolidChildCount (Results 1 – 16 of 16) sorted by relevance

/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jcf2/Parse/
H A DSourceToken.pas72 function SolidChildCount: integer; override; in SolidChildCount() function
236 function TSourceToken.SolidChildCount: integer; in SolidChildCount() function
H A DParseTreeNode.pas74 function SolidChildCount: integer; virtual; in SolidChildCount() function
808 function TParseTreeNode.SolidChildCount: integer; in TParseTreeNode.SolidChildCount() function
816 Result := Result + ChildNodes[liLoop].SolidChildCount;
/dports/editors/lazarus-qt5/lazarus/components/jcf2/Parse/
H A DSourceToken.pas71 function SolidChildCount: integer; override; in SolidChildCount() function
239 function TSourceToken.SolidChildCount: integer; in SolidChildCount() function
H A DParseTreeNode.pas75 function SolidChildCount: integer; virtual; in SolidChildCount() function
776 function TParseTreeNode.SolidChildCount: integer; in TParseTreeNode.SolidChildCount() function
784 Result := Result + ChildNodes[liLoop].SolidChildCount;
/dports/editors/lazarus/lazarus/components/jcf2/Parse/
H A DSourceToken.pas71 function SolidChildCount: integer; override; in SolidChildCount() function
239 function TSourceToken.SolidChildCount: integer; in SolidChildCount() function
H A DParseTreeNode.pas75 function SolidChildCount: integer; virtual; in SolidChildCount() function
776 function TParseTreeNode.SolidChildCount: integer; in TParseTreeNode.SolidChildCount() function
784 Result := Result + ChildNodes[liLoop].SolidChildCount;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jcf2/Parse/
H A DSourceToken.pas72 function SolidChildCount: integer; override; in SolidChildCount() function
236 function TSourceToken.SolidChildCount: integer; in SolidChildCount() function
H A DParseTreeNode.pas74 function SolidChildCount: integer; virtual; in SolidChildCount() function
808 function TParseTreeNode.SolidChildCount: integer; in TParseTreeNode.SolidChildCount() function
816 Result := Result + ChildNodes[liLoop].SolidChildCount;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jcf2/Process/Warnings/
H A DWarnEmptyBlock.pas76 liSolidChildCount := lcNode.SolidChildCount;
/dports/editors/lazarus-qt5/lazarus/components/jcf2/Process/Warnings/
H A DWarnEmptyBlock.pas76 liSolidChildCount := lcNode.SolidChildCount;
/dports/editors/lazarus/lazarus/components/jcf2/Process/Warnings/
H A DWarnEmptyBlock.pas76 liSolidChildCount := lcNode.SolidChildCount;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jcf2/Process/Warnings/
H A DWarnEmptyBlock.pas76 liSolidChildCount := lcNode.SolidChildCount;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jcf2/Process/Returns/
H A DReturnBefore.pas199 (pt.Parent.SolidChildCount = 1) then
/dports/editors/lazarus/lazarus/components/jcf2/Process/Returns/
H A DReturnBefore.pas223 (pt.Parent.SolidChildCount = 1) then
/dports/editors/lazarus-qt5/lazarus/components/jcf2/Process/Returns/
H A DReturnBefore.pas223 (pt.Parent.SolidChildCount = 1) then
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jcf2/Process/Returns/
H A DReturnBefore.pas199 (pt.Parent.SolidChildCount = 1) then