Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DScan.h210 const TSourceLoc& getSourceLoc() const in getSourceLoc() function
DparseVersions.h122 const TSourceLoc& getCurrentLoc() const { return currentScanner->getSourceLoc(); } in getCurrentLoc()
/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.cpp135 const glslang::TSourceLoc& sourceLoc = input.getSourceLoc(); in parseShaderStrings()