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 | 206 const currentSourceFile = ts.getSourceFileOfNode(node); constant 420 const currentSourceFile = ts.getSourceFileOfNode(node); constant
|
| /third_party/typescript/src/compiler/ |
| D | builderState.ts | 616 const currentSourceFile = programOfThisState.getSourceFileByPath(currentPath)!; constant
|
| D | builder.ts | 682 … 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 | 44824 function allowImportSendable(sdkPath, currentSourceFile) { argument 81168 …function processTaggedTemplateExpression(context, node, visitor, currentSourceFile, recordTaggedTe… argument 81206 function getRawLiteral(node, currentSourceFile) { argument 93153 function hasInternalAnnotation(range, currentSourceFile) { argument 93157 function isInternalDeclaration(node, currentSourceFile) { argument
|
| D | typingsInstaller.js | 54236 function allowImportSendable(sdkPath, currentSourceFile) { argument 95968 …function processTaggedTemplateExpression(context, node, visitor, currentSourceFile, recordTaggedTe… argument 96018 function getRawLiteral(node, currentSourceFile) { argument 113025 function hasInternalAnnotation(range, currentSourceFile) { argument 113029 function isInternalDeclaration(node, currentSourceFile) { argument
|