Searched refs:getTagNameNeededCheckByFile (Results 1 – 12 of 12) sorted by relevance
| /third_party/typescript/src/server/ |
| D | types.ts | 19 … getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam; method
|
| D | project.ts | 289 if (this.projectService.host.getTagNameNeededCheckByFile) { 290 … this.getTagNameNeededCheckByFile = this.projectService.host.getTagNameNeededCheckByFile; 351 … getTagNameNeededCheckByFile(containFilePath: string, sourceFilePath: string): TagCheckParam {
|
| /third_party/typescript/src/testRunner/unittests/tsserver/ |
| D | conditionCheck.ts | 60 … host.getTagNameNeededCheckByFile = (containFilePath: string, sourceFilePath: string) => {
|
| D | jsDocTagCheck.ts | 54 … host.getTagNameNeededCheckByFile = (containFilePath: string, sourceFilePath: string) => {
|
| /third_party/typescript/src/services/ |
| D | types.ts | 317 … getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam; method
|
| D | services.ts | 1377 getTagNameNeededCheckByFile: maybeBind(host, host.getTagNameNeededCheckByFile),
|
| /third_party/typescript/src/harness/ |
| D | virtualFileSystemWithWatch.ts | 903 … getTagNameNeededCheckByFile(containFilePath: string, sourceFilePath: string): TagCheckParam {
|
| /third_party/typescript/src/compiler/ |
| D | types.ts | 3927 … getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam; 4034 … getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam; 6372 … getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam; method 6524 … getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam; method
|
| D | program.ts | 1100 getTagNameNeededCheckByFile: host.getTagNameNeededCheckByFile,
|
| D | checker.ts | 29212 if (!host.getTagNameNeededCheckByFile) { 29224 …const checkParam = host.getTagNameNeededCheckByFile(sourceFile.fileName, sourceSymbolSourceFile.fi… 29234 if (node.virtual || !host.getTagNameNeededCheckByFile) { 29245 …const checkParam = host.getTagNameNeededCheckByFile(sourceFile.fileName, sourceSymbolSourceFile.fi…
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | tsserverlibrary.d.ts | 2130 … getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam; method 3099 … getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam; method 3216 … getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam; method 5708 … getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam; method 6772 … getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam; 9712 getTagNameNeededCheckByFile(containFilePath: string, sourceFilePath: string): TagCheckParam;
|
| D | typescript.d.ts | 2130 … getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam; method 3099 … getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam; method 3216 … getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam; method 5708 … getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam; method
|