Searched refs:rootFileName (Results 1 – 5 of 5) sorted by relevance
/third_party/glslang/glslang/MachineIndependent/preprocessor/ |
D | PpContext.cpp | 87 TPpContext::TPpContext(TParseContextBase& pc, const std::string& rootFileName, TShader::Includer& i… in TPpContext() argument 89 rootFileName(rootFileName), in TPpContext() 90 currentSourceFile(rootFileName), in TPpContext()
|
D | PpContext.h | 200 TPpContext(TParseContextBase&, const std::string& rootFileName, TShader::Includer&); 686 currentSourceFile = rootFileName; in pop_include() 693 std::string rootFileName; variable
|
/third_party/typescript/src/server/ |
D | project.ts | 1939 … const rootFileName = combinePaths(hostProject.currentDirectory, inferredTypesContainingFile); constant 1940 …hostProject.getPackageJsonsForAutoImport(combinePaths(hostProject.currentDirectory, rootFileName)); 1949 rootFileName,
|
/third_party/typescript/lib/ |
D | tsserverlibrary.js | 155502 … var rootFileName = ts.combinePaths(hostProject.currentDirectory, ts.inferredTypesContainingFile); 155503 …tProject.getPackageJsonsForAutoImport(ts.combinePaths(hostProject.currentDirectory, rootFileName)); 155510 …s()), function (name) { return ts.resolveTypeReferenceDirective(name, rootFileName, compilerOption…
|
D | tsserver.js | 155308 … var rootFileName = ts.combinePaths(hostProject.currentDirectory, ts.inferredTypesContainingFile); 155309 …tProject.getPackageJsonsForAutoImport(ts.combinePaths(hostProject.currentDirectory, rootFileName)); 155316 …s()), function (name) { return ts.resolveTypeReferenceDirective(name, rootFileName, compilerOption…
|