Home
last modified time | relevance | path

Searched refs:forEachNodeInSubtree (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/lib/utils/functions/
DForEachNodeInSubtree.ts18 export function forEachNodeInSubtree( function
29 forEachNodeInSubtree(child, cb, stopCond);
/arkcompiler/ets_frontend/ets2panda/linter/lib/autofixes/
DSymbolCache.ts18 import { forEachNodeInSubtree } from '../utils/functions/ForEachNodeInSubtree';
45 forEachNodeInSubtree(sourceFile, callback, stopCondition); method in SymbolCache
DAutofixer.ts19 import { forEachNodeInSubtree } from '../utils/functions/ForEachNodeInSubtree';
1137 forEachNodeInSubtree(typeLiteral, callback, stopCondition); method in Autofixer
/arkcompiler/ets_frontend/ets2panda/linter/lib/
DInteropTypescriptLinter.ts31 import { forEachNodeInSubtree } from './utils/functions/ForEachNodeInSubtree';
229 forEachNodeInSubtree(sf, callback, stopCondition);
DTypeScriptLinter.ts49 import { forEachNodeInSubtree } from './utils/functions/ForEachNodeInSubtree';
335 forEachNodeInSubtree(sf, callback, stopCondition);
1077 forEachNodeInSubtree(funBody, callback, stopCondition);
2475 forEachNodeInSubtree(scope, callback, stopCondition);
2559 forEachNodeInSubtree(startNode, callback, stopCondition);
/arkcompiler/ets_frontend/ets2panda/linter/lib/utils/
DTsUtils.ts33 import { forEachNodeInSubtree } from './functions/ForEachNodeInSubtree';
1670 forEachNodeInSubtree(funcExpr, callback, stopCondition);