Home
last modified time | relevance | path

Searched refs:sourceInfo (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/src/server/
DeditorServices.ts2751 …const sourceInfo = this.getOrCreateScriptInfoNotOpenedByClient(sourceFileName, project.currentDire… constant
2752 (sourceInfos || (sourceInfos = new Set())).add(sourceInfo.path);
/third_party/mingw-w64/mingw-w64-headers/include/
Dwingdi.h2202 DISPLAYCONFIG_PATH_SOURCE_INFO sourceInfo; member
/third_party/typescript/src/compiler/
Dchecker.ts18963 const sourceInfo = getIndexInfoOfType(source, indexKind);
18964 if (!sourceInfo && !targetInfo) {
18967 if (sourceInfo && targetInfo && sourceInfo.isReadonly === targetInfo.isReadonly) {
18968 return isRelatedTo(sourceInfo.type, targetInfo.type);
/third_party/typescript/lib/
Dtsc.js50947 var sourceInfo = getIndexInfoOfType(source, indexKind);
50948 if (!sourceInfo && !targetInfo) {
50951 if (sourceInfo && targetInfo && sourceInfo.isReadonly === targetInfo.isReadonly) {
50952 return isRelatedTo(sourceInfo.type, targetInfo.type);
DtypingsInstaller.js61219 var sourceInfo = getIndexInfoOfType(source, indexKind);
61220 if (!sourceInfo && !targetInfo) {
61223 if (sourceInfo && targetInfo && sourceInfo.isReadonly === targetInfo.isReadonly) {
61224 return isRelatedTo(sourceInfo.type, targetInfo.type);
Dtsserverlibrary.js61424 var sourceInfo = getIndexInfoOfType(source, indexKind);
61425 if (!sourceInfo && !targetInfo) {
61428 if (sourceInfo && targetInfo && sourceInfo.isReadonly === targetInfo.isReadonly) {
61429 return isRelatedTo(sourceInfo.type, targetInfo.type);
158008 …var sourceInfo = this.getOrCreateScriptInfoNotOpenedByClient(sourceFileName, project.currentDirect…
158009 (sourceInfos || (sourceInfos = new ts.Set())).add(sourceInfo.path);
Dtsserver.js61230 var sourceInfo = getIndexInfoOfType(source, indexKind);
61231 if (!sourceInfo && !targetInfo) {
61234 if (sourceInfo && targetInfo && sourceInfo.isReadonly === targetInfo.isReadonly) {
61235 return isRelatedTo(sourceInfo.type, targetInfo.type);
157814 …var sourceInfo = this.getOrCreateScriptInfoNotOpenedByClient(sourceFileName, project.currentDirect…
157815 (sourceInfos || (sourceInfos = new ts.Set())).add(sourceInfo.path);
DtypescriptServices.js61424 var sourceInfo = getIndexInfoOfType(source, indexKind);
61425 if (!sourceInfo && !targetInfo) {
61428 if (sourceInfo && targetInfo && sourceInfo.isReadonly === targetInfo.isReadonly) {
61429 return isRelatedTo(sourceInfo.type, targetInfo.type);
Dtypescript.js61424 var sourceInfo = getIndexInfoOfType(source, indexKind);
61425 if (!sourceInfo && !targetInfo) {
61428 if (sourceInfo && targetInfo && sourceInfo.isReadonly === targetInfo.isReadonly) {
61429 return isRelatedTo(sourceInfo.type, targetInfo.type);