Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.h125 virtual bool lineContinuationCheck(const TSourceLoc&, bool endOfComment) = 0;
288 bool lineContinuationCheck(const TSourceLoc&, bool endOfComment) override;
DParseHelper.cpp2560 bool TParseContext::lineContinuationCheck(const TSourceLoc& loc, bool endOfComment) in lineContinuationCheck() function in glslang::TParseContext
/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPpContext.h461 … bool allowed = pp->parseContext.lineContinuationCheck(input->getSourceLoc(), pp->inComment); in getch()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h68 bool lineContinuationCheck(const TSourceLoc&, bool /*endOfComment*/) override { return true; } in lineContinuationCheck() function