Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.h126 virtual bool lineDirectiveShouldSetNextLine() const = 0;
289 bool lineDirectiveShouldSetNextLine() const override;
DShaderLang.cpp1074 if (parseContext.lineDirectiveShouldSetNextLine()) { in operator ()()
DParseHelper.cpp3856 bool TParseContext::lineDirectiveShouldSetNextLine() const in lineDirectiveShouldSetNextLine() function in glslang::TParseContext
/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPp.cpp649 const bool forNextLine = parseContext.lineDirectiveShouldSetNextLine(); in CPPinclude()
702 if (parseContext.lineDirectiveShouldSetNextLine()) in CPPline()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h69 bool lineDirectiveShouldSetNextLine() const override { return true; } in lineDirectiveShouldSetNextLine() function