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.cpp351 size_t RawLength = RawEnd - BufPtr + 1; in getSpellingSlow() local
354 memcpy(Spelling + Length, BufPtr, RawLength); in getSpellingSlow()
355 Length += RawLength; in getSpellingSlow()
356 BufPtr += RawLength; in getSpellingSlow()