Home
last modified time | relevance | path

Searched defs:addDiagnostic (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/lib/
DtypingsInstaller.js85730 function checkUnusedIdentifiers(potentiallyUnusedIdentifiers, addDiagnostic) { argument
85778 function errorUnusedLocal(declaration, name, addDiagnostic) { argument
85786 function checkUnusedClassMembers(node, addDiagnostic) { argument
85823 function checkUnusedInferTypeParameter(node, addDiagnostic) { argument
85829 function checkUnusedTypeParameters(node, addDiagnostic) { argument
85894 function checkUnusedLocalsAndParameters(nodeWithLocals, addDiagnostic) { argument
114386 addDiagnostic: function (diag) { method
114726 addDiagnostic: ts.noop, property
Dtsc.js72181 function checkUnusedIdentifiers(potentiallyUnusedIdentifiers, addDiagnostic) { argument
72229 function errorUnusedLocal(declaration, name, addDiagnostic) { argument
72237 function checkUnusedClassMembers(node, addDiagnostic) { argument
72272 function checkUnusedInferTypeParameter(node, addDiagnostic) { argument
72278 function checkUnusedTypeParameters(node, addDiagnostic) { argument
72333 function checkUnusedLocalsAndParameters(nodeWithLocals, addDiagnostic) { argument
94383 addDiagnostic: function (diag) { method
94654 addDiagnostic: ts.noop, property