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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp596 char EscapedChar = *CurPtr++; local
597 switch (EscapedChar) {
603 CurStringPiece += EscapedChar;
623 if (isLetter(EscapedChar)) {
628 EscapedChar = *CurPtr++;
636 if (isDigit(EscapedChar)) {
668 if (EscapedChar == '[') {

Completed in 172 milliseconds