Home
last modified time | relevance | path

Searched refs:getTagNameNeededCheckByFile (Results 1 – 12 of 12) sorted by relevance

/third_party/typescript/src/server/
Dtypes.ts19getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam; method
Dproject.ts289 if (this.projectService.host.getTagNameNeededCheckByFile) {
290 … this.getTagNameNeededCheckByFile = this.projectService.host.getTagNameNeededCheckByFile;
351getTagNameNeededCheckByFile(containFilePath: string, sourceFilePath: string): TagCheckParam {
/third_party/typescript/src/testRunner/unittests/tsserver/
DconditionCheck.ts60 … host.getTagNameNeededCheckByFile = (containFilePath: string, sourceFilePath: string) => {
DjsDocTagCheck.ts54 … host.getTagNameNeededCheckByFile = (containFilePath: string, sourceFilePath: string) => {
/third_party/typescript/src/services/
Dtypes.ts317getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam; method
Dservices.ts1377 getTagNameNeededCheckByFile: maybeBind(host, host.getTagNameNeededCheckByFile),
/third_party/typescript/src/harness/
DvirtualFileSystemWithWatch.ts903getTagNameNeededCheckByFile(containFilePath: string, sourceFilePath: string): TagCheckParam {
/third_party/typescript/src/compiler/
Dtypes.ts3927getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam;
4034getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam;
6372getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam; method
6524getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam; method
Dprogram.ts1100 getTagNameNeededCheckByFile: host.getTagNameNeededCheckByFile,
Dchecker.ts29212 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/
Dtsserverlibrary.d.ts2130getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam; method
3099getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam; method
3216getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam; method
5708getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam; method
6772getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam;
9712 getTagNameNeededCheckByFile(containFilePath: string, sourceFilePath: string): TagCheckParam;
Dtypescript.d.ts2130getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam; method
3099getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam; method
3216getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam; method
5708getTagNameNeededCheckByFile?(containFilePath: string, sourceFilePath: string): TagCheckParam; method