Searched refs:ObjectTypeDeclaration (Results 1 – 9 of 9) sorted by relevance
212 …onstructorDeclaration | MethodDeclaration | FunctionDeclaration | ObjectTypeDeclaration | ObjectLi…
4210 …ontextToken: Node | undefined, location: Node, position: number): ObjectTypeDeclaration | undefine…4243 return findAncestor(contextToken, isClassLike) as ObjectTypeDeclaration;4254 ? location.parent.parent as ObjectTypeDeclaration4269 ? contextToken.parent.parent as ObjectTypeDeclaration : undefined;
1838 readonly parent: ObjectTypeDeclaration;1912 readonly parent: ObjectTypeDeclaration;3265 export type ObjectTypeDeclaration =
1544 return (node as ObjectTypeDeclaration).members;5847 export function isObjectTypeDeclaration(node: Node): node is ObjectTypeDeclaration {
863 readonly parent: ObjectTypeDeclaration;902 readonly parent: ObjectTypeDeclaration;1605 … export type ObjectTypeDeclaration = ClassLikeDeclaration | InterfaceDeclaration | TypeLiteralNode; alias