Searched refs:peekTokenizedPasting (Results 1 – 2 of 2) sorted by relevance
255 bool TPpContext::TokenStream::peekTokenizedPasting(bool lastTokenPastes) in peekTokenizedPasting() function in glslang::TPpContext::TokenStream
253 bool peekTokenizedPasting(bool lastTokenPastes);425 … virtual bool peekPasting() override { return tokens->peekTokenizedPasting(lastTokenPastes); } in peekPasting()