Searched refs:NextTokGetsSpace (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Lex/
H A DTokenLexer.cpp133 // NextTokGetsSpace - When this is true, the next token appended to the
136 bool NextTokGetsSpace = false; local
167 if (CurTok.hasLeadingSpace() || NextTokGetsSpace)
173 NextTokGetsSpace = false;
185 if (NextTokGetsSpace) {
187 NextTokGetsSpace = false;
247 NextTokGetsSpace);
248 NextTokGetsSpace = false;
252 NextTokGetsSpace = CurTok.hasLeadingSpace();
301 if ((CurTok.hasLeadingSpace() || NextTokGetsSpace)
[all...]

Completed in 48 milliseconds