Home
last modified time | relevance | path

Searched refs:isObjectTypeDeclaration (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/src/services/
Dcompletions.ts2895 return tryCast(location.parent, isObjectTypeDeclaration);
2897 … tryCast(lastOrUndefined(cast(location.parent, isSourceFile).statements), isObjectTypeDeclaration);
2909 return findAncestor(location, isObjectTypeDeclaration);
2925 : tryCast(location, isObjectTypeDeclaration);
2928 return tryCast(contextToken.parent, isObjectTypeDeclaration);
2932 … !== getLineAndCharacterOfPosition(sourceFile, position).line && isObjectTypeDeclaration(location)…
2945 …return node.parent && isClassOrTypeElement(node.parent) && isObjectTypeDeclaration(node.parent.par…
/third_party/typescript/src/compiler/
Dutilities.ts5740 export function isObjectTypeDeclaration(node: Node): node is ObjectTypeDeclaration { function
/third_party/typescript/lib/
DtypescriptServices.js18765 function isObjectTypeDeclaration(node) { function
18768 ts.isObjectTypeDeclaration = isObjectTypeDeclaration;
122845 return ts.tryCast(location.parent, ts.isObjectTypeDeclaration);
122847 …lastOrUndefined(ts.cast(location.parent, ts.isSourceFile).statements), ts.isObjectTypeDeclaration);
122859 return ts.findAncestor(location, ts.isObjectTypeDeclaration);
122873 : ts.tryCast(location, ts.isObjectTypeDeclaration);
122876 return ts.tryCast(contextToken.parent, ts.isObjectTypeDeclaration);
122880 …s.getLineAndCharacterOfPosition(sourceFile, position).line && ts.isObjectTypeDeclaration(location)…
122892 …return node.parent && ts.isClassOrTypeElement(node.parent) && ts.isObjectTypeDeclaration(node.pare…
Dtsserverlibrary.js18765 function isObjectTypeDeclaration(node) { function
18768 ts.isObjectTypeDeclaration = isObjectTypeDeclaration;
122845 return ts.tryCast(location.parent, ts.isObjectTypeDeclaration);
122847 …lastOrUndefined(ts.cast(location.parent, ts.isSourceFile).statements), ts.isObjectTypeDeclaration);
122859 return ts.findAncestor(location, ts.isObjectTypeDeclaration);
122873 : ts.tryCast(location, ts.isObjectTypeDeclaration);
122876 return ts.tryCast(contextToken.parent, ts.isObjectTypeDeclaration);
122880 …s.getLineAndCharacterOfPosition(sourceFile, position).line && ts.isObjectTypeDeclaration(location)…
122892 …return node.parent && ts.isClassOrTypeElement(node.parent) && ts.isObjectTypeDeclaration(node.pare…
Dtsserver.js18571 function isObjectTypeDeclaration(node) { function
18574 ts.isObjectTypeDeclaration = isObjectTypeDeclaration;
122276 return ts.tryCast(location.parent, ts.isObjectTypeDeclaration);
122278 …lastOrUndefined(ts.cast(location.parent, ts.isSourceFile).statements), ts.isObjectTypeDeclaration);
122290 return ts.findAncestor(location, ts.isObjectTypeDeclaration);
122304 : ts.tryCast(location, ts.isObjectTypeDeclaration);
122307 return ts.tryCast(contextToken.parent, ts.isObjectTypeDeclaration);
122311 …s.getLineAndCharacterOfPosition(sourceFile, position).line && ts.isObjectTypeDeclaration(location)…
122323 …return node.parent && ts.isClassOrTypeElement(node.parent) && ts.isObjectTypeDeclaration(node.pare…
Dtypescript.js18765 function isObjectTypeDeclaration(node) { function
18768 ts.isObjectTypeDeclaration = isObjectTypeDeclaration;
122845 return ts.tryCast(location.parent, ts.isObjectTypeDeclaration);
122847 …lastOrUndefined(ts.cast(location.parent, ts.isSourceFile).statements), ts.isObjectTypeDeclaration);
122859 return ts.findAncestor(location, ts.isObjectTypeDeclaration);
122873 : ts.tryCast(location, ts.isObjectTypeDeclaration);
122876 return ts.tryCast(contextToken.parent, ts.isObjectTypeDeclaration);
122880 …s.getLineAndCharacterOfPosition(sourceFile, position).line && ts.isObjectTypeDeclaration(location)…
122892 …return node.parent && ts.isClassOrTypeElement(node.parent) && ts.isObjectTypeDeclaration(node.pare…
Dtsc.js14568 function isObjectTypeDeclaration(node) { function
14571 ts.isObjectTypeDeclaration = isObjectTypeDeclaration;
DtypingsInstaller.js18560 function isObjectTypeDeclaration(node) { function
18563 ts.isObjectTypeDeclaration = isObjectTypeDeclaration;