Home | History | Annotate | Download | only in Lex

Lines Matching refs:SizeBound

1270     MaxTokenLength(0), SizeBound(0), CharByteWidth(0), Kind(tok::unknown),
1288 SizeBound = StringToks[0].getLength()-2; // -2 for "".
1302 SizeBound += StringToks[i].getLength()-2; // -2 for "".
1323 ++SizeBound;
1334 SizeBound *= CharByteWidth;
1337 ResultBuf.resize(SizeBound);