Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPp.cpp649 const bool forNextLine = parseContext.lineDirectiveShouldSetNextLine(); in CPPinclude() local
652 prologue << "#line " << forNextLine << " " << "\"" << res->headerName << "\"\n"; in CPPinclude()
654 … "#line " << directiveLoc.line + forNextLine << " " << directiveLoc.getStringNameOrNum() << "\n"; in CPPinclude()