Home
last modified time | relevance | path

Searched defs:endOfReplacementList (Results 1 – 1 of 1) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/preprocessor/
DPpContext.h218 …virtual bool endOfReplacementList() { return false; } // true when at the end of a macro replaceme… in endOfReplacementList() function
384 …bool endOfReplacementList() { return inputStack.empty() || inputStack.back()->endOfReplacementList… in endOfReplacementList() function
409 bool endOfReplacementList() override { return mac->body.atEnd(); } in endOfReplacementList() function