Searched defs:getBraceMatchingAtPosition (Results 1 – 12 of 12) sorted by relevance
| /third_party/typescript/src/services/ |
| D | services.ts | 1914 function getBraceMatchingAtPosition(fileName: string, position: number): TextSpan[] { function 2565 getBraceMatchingAtPosition, constant
|
| D | shims.ts | 256 getBraceMatchingAtPosition(fileName: string, position: number): string; method
|
| D | types.ts | 488 getBraceMatchingAtPosition(fileName: string, position: number): TextSpan[]; method
|
| /third_party/typescript/lib/ |
| D | tsserverlibrary.d.ts | 5595 getBraceMatchingAtPosition(fileName: string, position: number): TextSpan[]; method
|
| D | typescriptServices.d.ts | 5595 getBraceMatchingAtPosition(fileName: string, position: number): TextSpan[]; method
|
| D | typescript.d.ts | 5595 getBraceMatchingAtPosition(fileName: string, position: number): TextSpan[]; method
|
| D | typescript.js | 150575 function getBraceMatchingAtPosition(fileName, position) { function 151127 getBraceMatchingAtPosition: getBraceMatchingAtPosition, property 152379 … LanguageServiceShimObject.prototype.getBraceMatchingAtPosition = function (fileName, position) { method in LanguageServiceShimObject
|
| D | typescriptServices.js | 150575 function getBraceMatchingAtPosition(fileName, position) { function 151127 getBraceMatchingAtPosition: getBraceMatchingAtPosition, property 152379 … LanguageServiceShimObject.prototype.getBraceMatchingAtPosition = function (fileName, position) { method in LanguageServiceShimObject
|
| D | tsserverlibrary.js | 150575 function getBraceMatchingAtPosition(fileName, position) { function 151127 getBraceMatchingAtPosition: getBraceMatchingAtPosition, property 152379 … LanguageServiceShimObject.prototype.getBraceMatchingAtPosition = function (fileName, position) { method in LanguageServiceShimObject
|
| D | tsserver.js | 150006 function getBraceMatchingAtPosition(fileName, position) { function 150558 getBraceMatchingAtPosition: getBraceMatchingAtPosition, property 151810 … LanguageServiceShimObject.prototype.getBraceMatchingAtPosition = function (fileName, position) { method in LanguageServiceShimObject
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | tsserverlibrary.d.ts | 5680 getBraceMatchingAtPosition(fileName: string, position: number): TextSpan[]; method
|
| D | typescript.d.ts | 5680 getBraceMatchingAtPosition(fileName: string, position: number): TextSpan[]; method
|