Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h237 unsigned MaxTokenLength; variable
256 MaxTokenLength(0), SizeBound(0), CharByteWidth(0), Kind(tok::unknown), in SM()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp1955 MaxTokenLength(0), SizeBound(0), CharByteWidth(0), Kind(tok::unknown), in StringLiteralParser()
1972 MaxTokenLength = StringToks[0].getLength(); in init()
1991 if (Tok.getLength() > MaxTokenLength) in init()
1992 MaxTokenLength = Tok.getLength(); in init()
2043 TokenBuf.resize(MaxTokenLength); in init()