Home
last modified time | relevance | path

Searched refs:rootFileName (Results 1 – 3 of 3) 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.ts2171 … const rootFileName = combinePaths(hostProject.currentDirectory, inferredTypesContainingFile); constant
2172 …hostProject.getPackageJsonsForAutoImport(combinePaths(hostProject.currentDirectory, rootFileName));