Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DdocumentHighlights.ts212 …onstructorDeclaration | MethodDeclaration | FunctionDeclaration | ObjectTypeDeclaration | ObjectLi…
Dcompletions.ts4210 …ontextToken: Node | undefined, location: Node, position: number): ObjectTypeDeclaration | undefine…
4243 return findAncestor(contextToken, isClassLike) as ObjectTypeDeclaration;
4254 ? location.parent.parent as ObjectTypeDeclaration
4269 ? contextToken.parent.parent as ObjectTypeDeclaration : undefined;
/third_party/typescript/src/compiler/
Dtypes.ts1838 readonly parent: ObjectTypeDeclaration;
1912 readonly parent: ObjectTypeDeclaration;
3265 export type ObjectTypeDeclaration =
Dutilities.ts1544 return (node as ObjectTypeDeclaration).members;
5847 export function isObjectTypeDeclaration(node: Node): node is ObjectTypeDeclaration {
/third_party/typescript/lib/
Dtypescript.d.ts863 readonly parent: ObjectTypeDeclaration;
902 readonly parent: ObjectTypeDeclaration;
1605 … export type ObjectTypeDeclaration = ClassLikeDeclaration | InterfaceDeclaration | TypeLiteralNode; alias
DtypescriptServices.d.ts863 readonly parent: ObjectTypeDeclaration;
902 readonly parent: ObjectTypeDeclaration;
1605 … export type ObjectTypeDeclaration = ClassLikeDeclaration | InterfaceDeclaration | TypeLiteralNode; alias
Dtsserverlibrary.d.ts863 readonly parent: ObjectTypeDeclaration;
902 readonly parent: ObjectTypeDeclaration;
1605 … export type ObjectTypeDeclaration = ClassLikeDeclaration | InterfaceDeclaration | TypeLiteralNode; alias
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts863 readonly parent: ObjectTypeDeclaration;
902 readonly parent: ObjectTypeDeclaration;
1605 … export type ObjectTypeDeclaration = ClassLikeDeclaration | InterfaceDeclaration | TypeLiteralNode; alias
Dtsserverlibrary.d.ts863 readonly parent: ObjectTypeDeclaration;
902 readonly parent: ObjectTypeDeclaration;
1605 … export type ObjectTypeDeclaration = ClassLikeDeclaration | InterfaceDeclaration | TypeLiteralNode; alias