Home
last modified time | relevance | path

Searched defs:getSourceFile (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DLookupResult.cpp19 std::string LookupResult::getSourceFile(uint32_t Index) const { in getSourceFile() function in LookupResult
/third_party/protobuf/php/src/Google/Protobuf/Internal/GeneratedCodeInfo/
DAnnotation.php106 public function getSourceFile() function in Google\\Protobuf\\Internal\\GeneratedCodeInfo\\Annotation
/third_party/typescript/src/compiler/
DbuilderPublic.ts51 getSourceFile(fileName: string): SourceFile | undefined; method
DtsbuildPublic.ts629 getSourceFile(fileName: string): SourceFile | undefined; method
Dprogram.ts1791 function getSourceFile(fileName: string): SourceFile | undefined { function
Dtypes.ts6485getSourceFile(fileName: string, languageVersion: ScriptTarget, onError?: (message: string) => void… method
/third_party/typescript/src/testRunner/unittests/
DreuseProgramStructure.ts404 getSourceFile(fileName) { constant
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h642 TypeIndex getSourceFile() const { return SourceFile; } in getSourceFile() function
661 TypeIndex getSourceFile() const { return SourceFile; } in getSourceFile() function
/third_party/glslang/glslang/MachineIndependent/
Dlocalintermediate.h888 const std::string& getSourceFile() const { return sourceFile; } in getSourceFile() function
/third_party/typescript/src/services/
Dtypes.ts3 getSourceFile(): SourceFile; method
/third_party/typescript/lib/
Dtypescript.d.ts2038 getSourceFile(fileName: string): SourceFile | undefined; method
3108getSourceFile(fileName: string, languageVersion: ScriptTarget, onError?: (message: string) => void… method
4913 getSourceFile(fileName: string): SourceFile | undefined; method
5213 getSourceFile(fileName: string): SourceFile | undefined; method
5307 getSourceFile(): SourceFile; method
DtypescriptServices.d.ts2038 getSourceFile(fileName: string): SourceFile | undefined; method
3108getSourceFile(fileName: string, languageVersion: ScriptTarget, onError?: (message: string) => void… method
4913 getSourceFile(fileName: string): SourceFile | undefined; method
5213 getSourceFile(fileName: string): SourceFile | undefined; method
5307 getSourceFile(): SourceFile; method
Dtsserverlibrary.d.ts2038 getSourceFile(fileName: string): SourceFile | undefined; method
3108getSourceFile(fileName: string, languageVersion: ScriptTarget, onError?: (message: string) => void… method
4913 getSourceFile(fileName: string): SourceFile | undefined; method
5213 getSourceFile(fileName: string): SourceFile | undefined; method
5307 getSourceFile(): SourceFile; method
Dtypescript.js101579 getSourceFile: ts.returnUndefined, property
106329 function getSourceFile(fileName, languageVersion, onError) { function
106406 getSourceFile: getSourceFile, property
106429 function changeCompilerHostLikeToUseCache(host, toPath, getSourceFile) { argument
107139 getSourceFile: getSourceFile, property
107793 function getSourceFile(fileName) { function
108337 function getSourceFileFromReferenceWorker(fileName, getSourceFile, fail, reason) { argument
112899 compilerHost.getSourceFile = function () { function
131157 function getSourceFile(fileName) { function
132165getSourceFile: function (fileName) { return fileName === ts.normalizePath(inputFileName) ? sourceF… method
[all …]
DtypescriptServices.js101579 getSourceFile: ts.returnUndefined, property
106329 function getSourceFile(fileName, languageVersion, onError) { function
106406 getSourceFile: getSourceFile, property
106429 function changeCompilerHostLikeToUseCache(host, toPath, getSourceFile) { argument
107139 getSourceFile: getSourceFile, property
107793 function getSourceFile(fileName) { function
108337 function getSourceFileFromReferenceWorker(fileName, getSourceFile, fail, reason) { argument
112899 compilerHost.getSourceFile = function () { function
131157 function getSourceFile(fileName) { function
132165getSourceFile: function (fileName) { return fileName === ts.normalizePath(inputFileName) ? sourceF… method
[all …]
Dtsserverlibrary.js101579 getSourceFile: ts.returnUndefined, property
106329 function getSourceFile(fileName, languageVersion, onError) { function
106406 getSourceFile: getSourceFile, property
106429 function changeCompilerHostLikeToUseCache(host, toPath, getSourceFile) { argument
107139 getSourceFile: getSourceFile, property
107793 function getSourceFile(fileName) { function
108337 function getSourceFileFromReferenceWorker(fileName, getSourceFile, fail, reason) { argument
112899 compilerHost.getSourceFile = function () { function
131157 function getSourceFile(fileName) { function
132165getSourceFile: function (fileName) { return fileName === ts.normalizePath(inputFileName) ? sourceF… method
[all …]
Dtsserver.js101385 getSourceFile: ts.returnUndefined, property
106135 function getSourceFile(fileName, languageVersion, onError) { function
106212 getSourceFile: getSourceFile, property
106235 function changeCompilerHostLikeToUseCache(host, toPath, getSourceFile) { argument
106945 getSourceFile: getSourceFile, property
107599 function getSourceFile(fileName) { function
108143 function getSourceFileFromReferenceWorker(fileName, getSourceFile, fail, reason) { argument
112705 compilerHost.getSourceFile = function () { function
130588 function getSourceFile(fileName) { function
131596getSourceFile: function (fileName) { return fileName === ts.normalizePath(inputFileName) ? sourceF… method
[all …]
Dtsc.js82805 getSourceFile: ts.returnUndefined, property
87112 function getSourceFile(fileName, languageVersion, onError) { function
87185 getSourceFile: getSourceFile, property
87207 function changeCompilerHostLikeToUseCache(host, toPath, getSourceFile) { argument
87833 getSourceFile: getSourceFile, property
88375 function getSourceFile(fileName) { function
88854 function getSourceFileFromReferenceWorker(fileName, getSourceFile, fail, reason) { argument
92788 compilerHost.getSourceFile = function () { function
DtypingsInstaller.js101374 getSourceFile: ts.returnUndefined, property
106124 function getSourceFile(fileName, languageVersion, onError) { function
106201 getSourceFile: getSourceFile, property
106224 function changeCompilerHostLikeToUseCache(host, toPath, getSourceFile) { argument
106934 getSourceFile: getSourceFile, property
107588 function getSourceFile(fileName) { function
108132 function getSourceFileFromReferenceWorker(fileName, getSourceFile, fail, reason) { argument
112694 compilerHost.getSourceFile = function () { function
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts2049 getSourceFile(fileName: string): SourceFile | undefined; method
3193getSourceFile(fileName: string, languageVersion: ScriptTarget, onError?: (message: string) => void… method
5154 getSourceFile(fileName: string): SourceFile | undefined; method
5454 getSourceFile(fileName: string): SourceFile | undefined; method
5548 getSourceFile(): SourceFile; method
Dtsserverlibrary.d.ts2049 getSourceFile(fileName: string): SourceFile | undefined; method
3193getSourceFile(fileName: string, languageVersion: ScriptTarget, onError?: (message: string) => void… method
5154 getSourceFile(fileName: string): SourceFile | undefined; method
5454 getSourceFile(fileName: string): SourceFile | undefined; method
5548 getSourceFile(): SourceFile; method