Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp350 const char *RawEnd = BufEnd; in getSpellingSlow() local
351 do --RawEnd; while (*RawEnd != '"'); in getSpellingSlow()
352 size_t RawLength = RawEnd - BufPtr + 1; in getSpellingSlow()