Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/preprocessor/
DPpContext.h270 bool nonSpaced() const { return !space; } in nonSpaced() function
291 if (!atEnd() && atom == PpAtomIdentifier && stream[currentPos].nonSpaced()) { in peekContinuedPasting()