Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
Dutilities.ts2645 const contextAncestor = findAncestor(context, ancestor => { constant
2652 return !!contextAncestor && nodeIsASICandidate(contextAncestor, sourceFile);
/third_party/typescript/lib/
Dtsserver.js117733 var contextAncestor = ts.findAncestor(context, function (ancestor) {
117739 return !!contextAncestor && nodeIsASICandidate(contextAncestor, sourceFile);
DtypescriptServices.js118302 var contextAncestor = ts.findAncestor(context, function (ancestor) {
118308 return !!contextAncestor && nodeIsASICandidate(contextAncestor, sourceFile);
Dtsserverlibrary.js118302 var contextAncestor = ts.findAncestor(context, function (ancestor) {
118308 return !!contextAncestor && nodeIsASICandidate(contextAncestor, sourceFile);
Dtypescript.js118302 var contextAncestor = ts.findAncestor(context, function (ancestor) {
118308 return !!contextAncestor && nodeIsASICandidate(contextAncestor, sourceFile);