Home
last modified time | relevance | path

Searched refs:TokenizableIncludeFile (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPpContext.h524 class TokenizableIncludeFile : public tInput {
528 TokenizableIncludeFile(const TSourceLoc& startLoc, in TokenizableIncludeFile() function
576 TokenizableIncludeFile& operator=(const TokenizableIncludeFile&);
DPp.cpp655 … pushInput(new TokenizableIncludeFile(directiveLoc, prologue.str(), res, epilogue.str(), this)); in CPPinclude()