Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLexer.cpp300 size_t RawLength = RawEnd - BufPtr + 1; in getSpellingSlow() local
303 memcpy(Spelling + Length, BufPtr, RawLength); in getSpellingSlow()
304 Length += RawLength; in getSpellingSlow()
305 BufPtr += RawLength; in getSpellingSlow()