Home
last modified time | relevance | path

Searched refs:tryAddToSet (Results 1 – 11 of 11) sorted by relevance

/third_party/typescript/src/services/codefixes/
DaddMissingDeclareProperty.ts30 (!fixedNodes || tryAddToSet(fixedNodes, declaration))) {
DdisableJsDiagnostics.ts52 if (!seenLines || tryAddToSet(seenLines, lineNumber)) {
DaddMissingConst.ts61 if (!fixedNodes || tryAddToSet(fixedNodes, initializer)) {
DaddMissingAwait.ts277 if (symbol && !tryAddToSet(fixedDeclarations, getSymbolId(symbol))) {
/third_party/typescript/src/compiler/
Dbuilder.ts647 if (!tryAddToSet(seenFileAndExportsOfFile, filePath)) return undefined;
925 if (tryAddToSet(seenFiles, path)) {
Dcore.ts566 export function tryAddToSet<T>(set: Set<T>, value: T) { function
Dchecker.ts8819 if (tryAddToSet(visited, getSymbolId(importSymbol))) {
38508 if (tryAddToSet(seenParentsWithEveryUnused, parent)) {
/third_party/typescript/src/services/
DfindAllReferences.ts1159 anyNewSymbols = tryAddToSet(seenSymbols, getSymbolId(sym)) || anyNewSymbols;
/third_party/typescript/src/server/
DeditorServices.ts3497 if (!tryAddToSet(seenProjects, project.canonicalConfigFilePath)) return;
/third_party/typescript/lib/
DtypingsInstaller.js666 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)) {
Dtsc.js591 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)) {