Home
last modified time | relevance | path

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

/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
DXLIFF2ICUConverter.java150 private String sourceFileName = null; field in XLIFF2ICUConverter
/third_party/typescript/src/services/
Dservices.ts481 …const sourceFileName: string | undefined = sourceFile ? sourceFile.fileName : node.getSourceFile()… constant
/third_party/typescript/src/compiler/
Dutilities.ts601 const sourceFileName = sys.resolvePath(file.fileName); constant
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp2938 const char* sourceFileName = loc.getFilename(); in visitAggregate() local