Home
last modified time | relevance | path

Searched refs:clearSourceMapperCache (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/src/server/
Dproject.ts746 clearSourceMapperCache() {
747 this.languageService.clearSourceMapperCache();
1456 this.clearSourceMapperCache();
DeditorServices.ts1089 … private delayUpdateProjectGraphs(projects: readonly Project[], clearSourceMapperCache: boolean) {
1093 if (clearSourceMapperCache) project.clearSourceMapperCache();
/third_party/typescript/src/services/
Dtypes.ts537 clearSourceMapperCache(): void; method
Dservices.ts2763 clearSourceMapperCache: () => sourceMapper.clearCache(),
/third_party/typescript/src/harness/
DharnessLanguageService.ts651 clearSourceMapperCache(): never {
Dclient.ts911 clearSourceMapperCache(): never {