Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DLexer.cpp258 size_t RawLength = RawEnd - BufPtr + 1; in getSpellingSlow() local
261 memcpy(Spelling + Length, BufPtr, RawLength); in getSpellingSlow()
262 Length += RawLength; in getSpellingSlow()
263 BufPtr += RawLength; in getSpellingSlow()