Searched refs:lineContinuationCheck (Results 1 – 4 of 4) sorted by relevance
125 virtual bool lineContinuationCheck(const TSourceLoc&, bool endOfComment) = 0;288 bool lineContinuationCheck(const TSourceLoc&, bool endOfComment) override;
2560 bool TParseContext::lineContinuationCheck(const TSourceLoc& loc, bool endOfComment) in lineContinuationCheck() function in glslang::TParseContext
461 … bool allowed = pp->parseContext.lineContinuationCheck(input->getSourceLoc(), pp->inComment); in getch()
68 bool lineContinuationCheck(const TSourceLoc&, bool /*endOfComment*/) override { return true; } in lineContinuationCheck() function