Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DLexer.cpp256 const char *RawEnd = BufEnd; in getSpellingSlow() local
257 do --RawEnd; while (*RawEnd != '"'); in getSpellingSlow()
258 size_t RawLength = RawEnd - BufPtr + 1; in getSpellingSlow()
/external/llvm-project/clang/lib/Lex/
DLexer.cpp298 const char *RawEnd = BufEnd; in getSpellingSlow() local
299 do --RawEnd; while (*RawEnd != '"'); in getSpellingSlow()
300 size_t RawLength = RawEnd - BufPtr + 1; in getSpellingSlow()