Home
last modified time | relevance | path

Searched refs:getContainingStruct (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/services/
Dcompletions.ts2605 getContainingStruct(node)?.symbol.members?.forEach(member => {
/third_party/typescript/src/compiler/
Dutilities.ts1705 export function getContainingStruct(node: Node): StructDeclaration | undefined { function
Dchecker.ts29728 const props = getContainingStruct(node)?.symbol.members;
32677 const props = getContainingStruct(node)?.symbol.members;
/third_party/typescript/lib/
DtypingsInstaller.js16162 function getContainingStruct(node) { function
16165 ts.getContainingStruct = getContainingStruct;
77904 …var props = (_a = ts.getContainingStruct(node)) === null || _a === void 0 ? void 0 : _a.symbol.mem…
80569 …var props = (_a = ts.getContainingStruct(node)) === null || _a === void 0 ? void 0 : _a.symbol.mem…
Dtsc.js12548 function getContainingStruct(node) { function
12551 ts.getContainingStruct = getContainingStruct;
65351 …var props = (_a = ts.getContainingStruct(node)) === null || _a === void 0 ? void 0 : _a.symbol.mem…
67612 …var props = (_a = ts.getContainingStruct(node)) === null || _a === void 0 ? void 0 : _a.symbol.mem…