Home | History | Annotate | Download | only in Lex

Lines Matching refs:SizeBound

1262     MaxTokenLength(0), SizeBound(0), CharByteWidth(0), Kind(tok::unknown),
1280 SizeBound = StringToks[0].getLength()-2; // -2 for "".
1294 SizeBound += StringToks[i].getLength()-2; // -2 for "".
1315 ++SizeBound;
1326 SizeBound *= CharByteWidth;
1329 ResultBuf.resize(SizeBound);