Home
last modified time | relevance | path

Searched refs:firstFile (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/src/compiler/
Dtracing.ts195 const firstFile = firstDeclaration && getSourceFileOfNode(firstDeclaration); constant
262 path: firstFile.path,
263 … start: indexFromOne(getLineAndCharacterOfPosition(firstFile, firstDeclaration.pos)),
Dchecker.ts870 readonly firstFile: SourceFile;
1267 …const firstFile = comparePaths(sourceSymbolFile.path, targetSymbolFile.path) === Comparison.LessTh…
1268 … const secondFile = firstFile === sourceSymbolFile ? targetSymbolFile : sourceSymbolFile;
1269 …const filesDuplicates = getOrUpdate(amalgamatedDuplicates, `${firstFile.path}|${secondFile.path}`,…
1270 … ({ firstFile, secondFile, conflictingSymbols: new Map() } as DuplicateInfoForFiles));
39906 amalgamatedDuplicates.forEach(({ firstFile, secondFile, conflictingSymbols }) => {
39923 …createDiagnosticForNode(firstFile, Diagnostics.Definitions_of_the_following_identifiers_conflict_w…
39928 createDiagnosticForNode(firstFile, Diagnostics.Conflicts_are_in_this_file)
/third_party/typescript/lib/
Dtsc.js3035 var firstFile = firstDeclaration && ts.getSourceFileOfNode(firstDeclaration);
3081 path: firstFile.path,
3082 … start: indexFromOne(ts.getLineAndCharacterOfPosition(firstFile, firstDeclaration.pos)),
36826 … return ({ firstFile: firstFile_1, secondFile: secondFile_1, conflictingSymbols: new ts.Map() });
67031 …var firstFile = _a.firstFile, secondFile = _a.secondFile, conflictingSymbols = _a.conflictingSymbo…
67048 …diagnostics.add(ts.addRelatedInfo(ts.createDiagnosticForNode(firstFile, ts.Diagnostics.Definitions…
67049 …t_with_those_in_another_file_Colon_0, list), ts.createDiagnosticForNode(firstFile, ts.Diagnostics.…
DtypingsInstaller.js3624 var firstFile = firstDeclaration && ts.getSourceFileOfNode(firstDeclaration);
3673 path: firstFile.path,
3674 … start: indexFromOne(ts.getLineAndCharacterOfPosition(firstFile, firstDeclaration.pos)),
45004 … return ({ firstFile: firstFile_1, secondFile: secondFile_1, conflictingSymbols: new ts.Map() });
79954 …var firstFile = _a.firstFile, secondFile = _a.secondFile, conflictingSymbols = _a.conflictingSymbo…
79973 …diagnostics.add(ts.addRelatedInfo(ts.createDiagnosticForNode(firstFile, ts.Diagnostics.Definitions…
79974 …t_with_those_in_another_file_Colon_0, list), ts.createDiagnosticForNode(firstFile, ts.Diagnostics.…
DtypescriptServices.js3829 var firstFile = firstDeclaration && ts.getSourceFileOfNode(firstDeclaration);
3878 path: firstFile.path,
3879 … start: indexFromOne(ts.getLineAndCharacterOfPosition(firstFile, firstDeclaration.pos)),
45209 … return ({ firstFile: firstFile_1, secondFile: secondFile_1, conflictingSymbols: new ts.Map() });
80159 …var firstFile = _a.firstFile, secondFile = _a.secondFile, conflictingSymbols = _a.conflictingSymbo…
80178 …diagnostics.add(ts.addRelatedInfo(ts.createDiagnosticForNode(firstFile, ts.Diagnostics.Definitions…
80179 …t_with_those_in_another_file_Colon_0, list), ts.createDiagnosticForNode(firstFile, ts.Diagnostics.…
Dtsserverlibrary.js3829 var firstFile = firstDeclaration && ts.getSourceFileOfNode(firstDeclaration);
3878 path: firstFile.path,
3879 … start: indexFromOne(ts.getLineAndCharacterOfPosition(firstFile, firstDeclaration.pos)),
45209 … return ({ firstFile: firstFile_1, secondFile: secondFile_1, conflictingSymbols: new ts.Map() });
80159 …var firstFile = _a.firstFile, secondFile = _a.secondFile, conflictingSymbols = _a.conflictingSymbo…
80178 …diagnostics.add(ts.addRelatedInfo(ts.createDiagnosticForNode(firstFile, ts.Diagnostics.Definitions…
80179 …t_with_those_in_another_file_Colon_0, list), ts.createDiagnosticForNode(firstFile, ts.Diagnostics.…
Dtsserver.js3635 var firstFile = firstDeclaration && ts.getSourceFileOfNode(firstDeclaration);
3684 path: firstFile.path,
3685 … start: indexFromOne(ts.getLineAndCharacterOfPosition(firstFile, firstDeclaration.pos)),
45015 … return ({ firstFile: firstFile_1, secondFile: secondFile_1, conflictingSymbols: new ts.Map() });
79965 …var firstFile = _a.firstFile, secondFile = _a.secondFile, conflictingSymbols = _a.conflictingSymbo…
79984 …diagnostics.add(ts.addRelatedInfo(ts.createDiagnosticForNode(firstFile, ts.Diagnostics.Definitions…
79985 …t_with_those_in_another_file_Colon_0, list), ts.createDiagnosticForNode(firstFile, ts.Diagnostics.…
Dtypescript.js3829 var firstFile = firstDeclaration && ts.getSourceFileOfNode(firstDeclaration);
3878 path: firstFile.path,
3879 … start: indexFromOne(ts.getLineAndCharacterOfPosition(firstFile, firstDeclaration.pos)),
45209 … return ({ firstFile: firstFile_1, secondFile: secondFile_1, conflictingSymbols: new ts.Map() });
80159 …var firstFile = _a.firstFile, secondFile = _a.secondFile, conflictingSymbols = _a.conflictingSymbo…
80178 …diagnostics.add(ts.addRelatedInfo(ts.createDiagnosticForNode(firstFile, ts.Diagnostics.Definitions…
80179 …t_with_those_in_another_file_Colon_0, list), ts.createDiagnosticForNode(firstFile, ts.Diagnostics.…