Home
last modified time | relevance | path

Searched refs:tryAddToSet (Results 1 – 16 of 16) 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.ts566 if (!tryAddToSet(seenFileAndExportsOfFile, filePath)) {
763 if (tryAddToSet(seenFiles, path)) {
Dcore.ts610 export function tryAddToSet<T>(set: Set<T>, value: T) { function
Dchecker.ts7934 if (tryAddToSet(visited, getSymbolId(importSymbol))) {
34405 if (tryAddToSet(seenParentsWithEveryUnused, parent)) {
/third_party/typescript/src/services/
DfindAllReferences.ts1122 anyNewSymbols = tryAddToSet(seenSymbols, getSymbolId(sym)) || anyNewSymbols;
/third_party/typescript/src/server/
DeditorServices.ts3306 if (!tryAddToSet(seenProjects, project.canonicalConfigFilePath)) return;
Dsession.ts575 return tryAddToSet(seenProjects, getProjectKey(project));
/third_party/typescript/lib/
Dtsserverlibrary.js871 function tryAddToSet(set, value) { function
878 ts.tryAddToSet = tryAddToSet;
51087 if (ts.tryAddToSet(visited, getSymbolId(importSymbol))) {
75216 if (ts.tryAddToSet(seenParentsWithEveryUnused, parent)) {
110558 if (!ts.tryAddToSet(seenFileAndExportsOfFile, filePath)) {
110718 if (ts.tryAddToSet(seenFiles, path)) {
125109 … anyNewSymbols = ts.tryAddToSet(seenSymbols, ts.getSymbolId(sym)) || anyNewSymbols;
136991 if (symbol && !ts.tryAddToSet(fixedDeclarations, ts.getSymbolId(symbol))) {
137062 if (!fixedNodes || ts.tryAddToSet(fixedNodes, initializer)) {
137137 (!fixedNodes || ts.tryAddToSet(fixedNodes, declaration))) {
[all …]
Dtsserver.js677 function tryAddToSet(set, value) { function
684 ts.tryAddToSet = tryAddToSet;
50893 if (ts.tryAddToSet(visited, getSymbolId(importSymbol))) {
75022 if (ts.tryAddToSet(seenParentsWithEveryUnused, parent)) {
110364 if (!ts.tryAddToSet(seenFileAndExportsOfFile, filePath)) {
110524 if (ts.tryAddToSet(seenFiles, path)) {
124540 … anyNewSymbols = ts.tryAddToSet(seenSymbols, ts.getSymbolId(sym)) || anyNewSymbols;
136422 if (symbol && !ts.tryAddToSet(fixedDeclarations, ts.getSymbolId(symbol))) {
136493 if (!fixedNodes || ts.tryAddToSet(fixedNodes, initializer)) {
136568 (!fixedNodes || ts.tryAddToSet(fixedNodes, declaration))) {
[all …]
Dtypescript.js871 function tryAddToSet(set, value) { function
878 ts.tryAddToSet = tryAddToSet;
51087 if (ts.tryAddToSet(visited, getSymbolId(importSymbol))) {
75216 if (ts.tryAddToSet(seenParentsWithEveryUnused, parent)) {
110558 if (!ts.tryAddToSet(seenFileAndExportsOfFile, filePath)) {
110718 if (ts.tryAddToSet(seenFiles, path)) {
125109 … anyNewSymbols = ts.tryAddToSet(seenSymbols, ts.getSymbolId(sym)) || anyNewSymbols;
136991 if (symbol && !ts.tryAddToSet(fixedDeclarations, ts.getSymbolId(symbol))) {
137062 if (!fixedNodes || ts.tryAddToSet(fixedNodes, initializer)) {
137137 (!fixedNodes || ts.tryAddToSet(fixedNodes, declaration))) {
[all …]
DtypescriptServices.js871 function tryAddToSet(set, value) { function
878 ts.tryAddToSet = tryAddToSet;
51087 if (ts.tryAddToSet(visited, getSymbolId(importSymbol))) {
75216 if (ts.tryAddToSet(seenParentsWithEveryUnused, parent)) {
110558 if (!ts.tryAddToSet(seenFileAndExportsOfFile, filePath)) {
110718 if (ts.tryAddToSet(seenFiles, path)) {
125109 … anyNewSymbols = ts.tryAddToSet(seenSymbols, ts.getSymbolId(sym)) || anyNewSymbols;
136991 if (symbol && !ts.tryAddToSet(fixedDeclarations, ts.getSymbolId(symbol))) {
137062 if (!fixedNodes || ts.tryAddToSet(fixedNodes, initializer)) {
137137 (!fixedNodes || ts.tryAddToSet(fixedNodes, declaration))) {
[all …]
Dtsc.js586 function tryAddToSet(set, value) { function
593 ts.tryAddToSet = tryAddToSet;
41868 if (ts.tryAddToSet(visited, getSymbolId(importSymbol))) {
62793 if (ts.tryAddToSet(seenParentsWithEveryUnused, parent)) {
90761 if (!ts.tryAddToSet(seenFileAndExportsOfFile, filePath)) {
90890 if (ts.tryAddToSet(seenFiles, path)) {
DtypingsInstaller.js666 function tryAddToSet(set, value) { function
673 ts.tryAddToSet = tryAddToSet;
50882 if (ts.tryAddToSet(visited, getSymbolId(importSymbol))) {
75011 if (ts.tryAddToSet(seenParentsWithEveryUnused, parent)) {
110353 if (!ts.tryAddToSet(seenFileAndExportsOfFile, filePath)) {
110513 if (ts.tryAddToSet(seenFiles, path)) {