Searched defs:currentSourceFile (Results 1 – 8 of 8) sorted by relevance
/third_party/typescript/src/harness/ |
D | sourceMapRecorder.ts | 306 const currentSourceFile = ts.isSourceMapping(decodedSourceMapping) constant 341 const currentSourceFile = ts.isSourceMapping(decodedSourceMapping) constant
|
/third_party/typescript/src/linter/ArkTSLinter_1_1/ |
D | InteropTypescriptLinter.ts | 200 const currentSourceFile = ts.getSourceFileOfNode(node); constant 414 const currentSourceFile = ts.getSourceFileOfNode(node); constant
|
/third_party/typescript/src/compiler/ |
D | builderState.ts | 616 const currentSourceFile = programOfThisState.getSourceFileByPath(currentPath)!; constant
|
D | builder.ts | 664 … const currentSourceFile = Debug.checkDefined(state.program).getSourceFileByPath(currentPath)!; constant
|
/third_party/glslang/glslang/MachineIndependent/preprocessor/ |
D | PpContext.h | 731 std::string currentSourceFile; variable
|
/third_party/typescript/src/services/ |
D | services.ts | 1014 private currentSourceFile: SourceFile | undefined; property in SyntaxTreeCache
|
/third_party/typescript/lib/ |
D | tsc.js | 44722 function allowImportSendable(sdkPath, currentSourceFile) { argument 81063 …function processTaggedTemplateExpression(context, node, visitor, currentSourceFile, recordTaggedTe… argument 81101 function getRawLiteral(node, currentSourceFile) { argument 93048 function hasInternalAnnotation(range, currentSourceFile) { argument 93052 function isInternalDeclaration(node, currentSourceFile) { argument
|
D | typingsInstaller.js | 54130 function allowImportSendable(sdkPath, currentSourceFile) { argument 95859 …function processTaggedTemplateExpression(context, node, visitor, currentSourceFile, recordTaggedTe… argument 95909 function getRawLiteral(node, currentSourceFile) { argument 112916 function hasInternalAnnotation(range, currentSourceFile) { argument 112920 function isInternalDeclaration(node, currentSourceFile) { argument
|