Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DLiteralSupport.cpp91 unsigned ResultChar = *ThisTokBuf++; in ProcessCharEscape() local
92 switch (ResultChar) { in ProcessCharEscape()
99 ResultChar = 7; in ProcessCharEscape()
102 ResultChar = 8; in ProcessCharEscape()
108 ResultChar = 27; in ProcessCharEscape()
114 ResultChar = 27; in ProcessCharEscape()
117 ResultChar = 12; in ProcessCharEscape()
120 ResultChar = 10; in ProcessCharEscape()
123 ResultChar = 13; in ProcessCharEscape()
126 ResultChar = 9; in ProcessCharEscape()
[all …]