Searched refs:isObjectTypeDeclaration (Results 1 – 8 of 8) sorted by relevance
| /third_party/typescript/src/services/ |
| D | completions.ts | 2895 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/ |
| D | utilities.ts | 5740 export function isObjectTypeDeclaration(node: Node): node is ObjectTypeDeclaration { function
|
| /third_party/typescript/lib/ |
| D | typescriptServices.js | 18765 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…
|
| D | tsserverlibrary.js | 18765 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…
|
| D | tsserver.js | 18571 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…
|
| D | typescript.js | 18765 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…
|
| D | tsc.js | 14568 function isObjectTypeDeclaration(node) { function 14571 ts.isObjectTypeDeclaration = isObjectTypeDeclaration;
|
| D | typingsInstaller.js | 18560 function isObjectTypeDeclaration(node) { function 18563 ts.isObjectTypeDeclaration = isObjectTypeDeclaration;
|