Searched defs:CharAndSize (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/Lex/ | ||
H A D | Lexer.h | 703 auto CharAndSize = getCharAndSizeSlow(Ptr); getCharAndSize() local |
/llvm-project/clang/lib/Lex/ | ||
H A D | Lexer.cpp | 335 Spelling[Length++] = CharAndSize.Char; in getSpellingSlow() local |