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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DLiteralSupport.cpp104 unsigned ResultChar = *ThisTokBuf++; local
105 switch (ResultChar) {
112 ResultChar = 7;
115 ResultChar = 8;
121 ResultChar = 27;
127 ResultChar = 27;
130 ResultChar = 12;
133 ResultChar = 10;
136 ResultChar = 13;
139 ResultChar
[all...]

Completed in 69 milliseconds