Home
last modified time | relevance | path

Searched refs:rootFileName (Results 1 – 5 of 5) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/preprocessor/
DPpContext.cpp87 TPpContext::TPpContext(TParseContextBase& pc, const std::string& rootFileName, TShader::Includer& i… in TPpContext() argument
89 rootFileName(rootFileName), in TPpContext()
90 currentSourceFile(rootFileName), in TPpContext()
DPpContext.h200 TPpContext(TParseContextBase&, const std::string& rootFileName, TShader::Includer&);
686 currentSourceFile = rootFileName; in pop_include()
693 std::string rootFileName; variable
/third_party/typescript/src/server/
Dproject.ts1939 … const rootFileName = combinePaths(hostProject.currentDirectory, inferredTypesContainingFile); constant
1940 …hostProject.getPackageJsonsForAutoImport(combinePaths(hostProject.currentDirectory, rootFileName));
1949 rootFileName,
/third_party/typescript/lib/
Dtsserverlibrary.js155502 … 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…
Dtsserver.js155308 … 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…