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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DStmt.cpp502 char EscapedChar = *CurPtr++; local
503 if (EscapedChar == '%') { // %% -> %
509 if (EscapedChar == '=') { // %= -> Generate an unique ID.
523 if (isLetter(EscapedChar)) {
528 Modifier = EscapedChar;
529 EscapedChar = *CurPtr++;
532 if (isDigit(EscapedChar)) {
552 if (EscapedChar == '[') {

Completed in 98 milliseconds