Home
last modified time | relevance | path

Searched defs:moduleSourceFile (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/services/
Drename.ts63 const moduleSourceFile = find(moduleSymbol.declarations, isSourceFile); constant
66 const name = withoutIndex === undefined ? moduleSourceFile.fileName : withoutIndex; constant
DfindAllReferences.ts734 …const moduleSourceFile = (symbol.flags & SymbolFlags.Module) && symbol.declarations && find(symbol… constant
/third_party/typescript/src/services/codefixes/
DfixAddMissingMember.ts154 const moduleSourceFile = find(symbol.declarations, isSourceFile); constant
/third_party/typescript/src/compiler/
DmoduleSpecifiers.ts105 …const moduleSourceFile = getSourceFileOfNode(moduleSymbol.valueDeclaration || getNonAugmentationDe… constant