Home | History | Annotate | Download | only in AST

Lines Matching refs:Case

51       .Case("amp", "&")
52 .Case("lt", "<")
53 .Case("gt", ">")
54 .Case("quot", "\"")
55 .Case("apos", "\'")
89 case ' ':
90 case '\t':
91 case '\f':
92 case '\v': {
109 case '*':
274 case LS_Normal:
276 case LS_VerbatimBlockFirstLine:
279 case LS_VerbatimBlockBody:
282 case LS_VerbatimLineText:
285 case LS_HTMLStartTag:
288 case LS_HTMLEndTag:
299 case '\\':
300 case '@': {
316 case '\\': case '@': case '&': case '$':
317 case '#': case '<': case '>': case '%':
318 case '\"': case '.': case ':':
371 case '&':
375 case '<': {
392 case '\n':
393 case '\r':
611 case '=':
615 case '\"':
616 case '\'': {
627 case '>':
632 case '/':
700 case LCS_BeforeComment:
709 case '/': { // BCPL comment.
734 case '*': { // C comment.
755 case LCS_BetweenComments: {
772 case LCS_InsideBCPLComment:
773 case LCS_InsideCComment: