Home
last modified time | relevance | path

Searched refs:currentSourceFile (Results 1 – 3 of 3) sorted by relevance

/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPpContext.h610 currentSourceFile = result->headerName; in push_include()
620 currentSourceFile = rootFileName; in pop_include()
622 currentSourceFile = includeStack.top()->headerName; in pop_include()
629 std::string currentSourceFile; variable
DPpContext.cpp90 currentSourceFile(rootFileName) in TPpContext()
DPp.cpp639 … res = includer.includeLocal(filename.c_str(), currentSourceFile.c_str(), includeStack.size() + 1); in CPPinclude()
642 …res = includer.includeSystem(filename.c_str(), currentSourceFile.c_str(), includeStack.size() + 1); in CPPinclude()