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

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLiteralSupport.h217 unsigned SizeBound; member in class:clang::StringLiteralParser
233 MaxTokenLength(0), SizeBound(0), CharByteWidth(0), Kind(tok::unknown),
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DLiteralSupport.cpp1499 MaxTokenLength(0), SizeBound(0), CharByteWidth(0), Kind(tok::unknown),
1517 SizeBound = StringToks[0].getLength()-2; // -2 for "".
1531 SizeBound += StringToks[i].getLength()-2; // -2 for "".
1552 ++SizeBound;
1563 SizeBound *= CharByteWidth;
1566 ResultBuf.resize(SizeBound);

Completed in 89 milliseconds