Searched refs:tryAddToSet (Results 1 – 11 of 11) sorted by relevance
| /third_party/typescript/src/services/codefixes/ |
| D | addMissingDeclareProperty.ts | 30 (!fixedNodes || tryAddToSet(fixedNodes, declaration))) {
|
| D | disableJsDiagnostics.ts | 52 if (!seenLines || tryAddToSet(seenLines, lineNumber)) {
|
| D | addMissingConst.ts | 61 if (!fixedNodes || tryAddToSet(fixedNodes, initializer)) {
|
| D | addMissingAwait.ts | 277 if (symbol && !tryAddToSet(fixedDeclarations, getSymbolId(symbol))) {
|
| /third_party/typescript/src/compiler/ |
| D | builder.ts | 647 if (!tryAddToSet(seenFileAndExportsOfFile, filePath)) return undefined; 925 if (tryAddToSet(seenFiles, path)) {
|
| D | core.ts | 566 export function tryAddToSet<T>(set: Set<T>, value: T) { function
|
| D | checker.ts | 8819 if (tryAddToSet(visited, getSymbolId(importSymbol))) { 38508 if (tryAddToSet(seenParentsWithEveryUnused, parent)) {
|
| /third_party/typescript/src/services/ |
| D | findAllReferences.ts | 1159 anyNewSymbols = tryAddToSet(seenSymbols, getSymbolId(sym)) || anyNewSymbols;
|
| /third_party/typescript/src/server/ |
| D | editorServices.ts | 3497 if (!tryAddToSet(seenProjects, project.canonicalConfigFilePath)) return;
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 666 function tryAddToSet(set, value) { function 673 ts.tryAddToSet = tryAddToSet; 58366 if (ts.tryAddToSet(visited, getSymbolId(importSymbol))) { 85844 if (ts.tryAddToSet(seenParentsWithEveryUnused, parent)) { 125407 if (!ts.tryAddToSet(seenFileAndExportsOfFile, filePath)) 125601 if (ts.tryAddToSet(seenFiles, path)) {
|
| D | tsc.js | 591 function tryAddToSet(set, value) { function 598 ts.tryAddToSet = tryAddToSet; 48424 if (ts.tryAddToSet(visited, getSymbolId(importSymbol))) { 72291 if (ts.tryAddToSet(seenParentsWithEveryUnused, parent)) { 104158 if (!ts.tryAddToSet(seenFileAndExportsOfFile, filePath)) 104317 if (ts.tryAddToSet(seenFiles, path)) {
|