Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h238 unsigned SizeBound; variable
256 MaxTokenLength(0), SizeBound(0), CharByteWidth(0), Kind(tok::unknown), in SM()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp1995 MaxTokenLength(0), SizeBound(0), CharByteWidth(0), Kind(tok::unknown), in StringLiteralParser()
2014 SizeBound = StringToks[0].getLength() - 2; // -2 for "". in init()
2028 SizeBound += Tok.getLength() - 2; // -2 for "". in init()
2065 ++SizeBound; in init()
2076 SizeBound *= CharByteWidth; in init()
2079 ResultBuf.resize(SizeBound); in init()