Searched refs:forEachNodeInSubtree (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/linter/lib/utils/functions/ |
| D | ForEachNodeInSubtree.ts | 18 export function forEachNodeInSubtree( function 29 forEachNodeInSubtree(child, cb, stopCond);
|
| /arkcompiler/ets_frontend/ets2panda/linter/lib/autofixes/ |
| D | SymbolCache.ts | 18 import { forEachNodeInSubtree } from '../utils/functions/ForEachNodeInSubtree'; 45 forEachNodeInSubtree(sourceFile, callback, stopCondition); method in SymbolCache
|
| D | Autofixer.ts | 19 import { forEachNodeInSubtree } from '../utils/functions/ForEachNodeInSubtree'; 1137 forEachNodeInSubtree(typeLiteral, callback, stopCondition); method in Autofixer
|
| /arkcompiler/ets_frontend/ets2panda/linter/lib/ |
| D | InteropTypescriptLinter.ts | 31 import { forEachNodeInSubtree } from './utils/functions/ForEachNodeInSubtree'; 229 forEachNodeInSubtree(sf, callback, stopCondition);
|
| D | TypeScriptLinter.ts | 49 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/ |
| D | TsUtils.ts | 33 import { forEachNodeInSubtree } from './functions/ForEachNodeInSubtree'; 1670 forEachNodeInSubtree(funcExpr, callback, stopCondition);
|