Home
last modified time | relevance | path

Searched refs:endOfComment (Results 1 – 2 of 2) 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() argument
2567 if (endOfComment) { in lineContinuationCheck()