Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp352 size_t RawLength = RawEnd - BufPtr + 1; in getSpellingSlow() local
355 memcpy(Spelling + Length, BufPtr, RawLength); in getSpellingSlow()
356 Length += RawLength; in getSpellingSlow()
357 BufPtr += RawLength; in getSpellingSlow()