Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp147 unsigned ResultChar = *ThisTokBuf++; in ProcessCharEscape() local
148 char Escape = ResultChar; in ProcessCharEscape()
149 switch (ResultChar) { in ProcessCharEscape()
156 ResultChar = 7; in ProcessCharEscape()
159 ResultChar = 8; in ProcessCharEscape()
165 ResultChar = 27; in ProcessCharEscape()
171 ResultChar = 27; in ProcessCharEscape()
174 ResultChar = 12; in ProcessCharEscape()
177 ResultChar = 10; in ProcessCharEscape()
180 ResultChar = 13; in ProcessCharEscape()
[all …]