Home | History | Annotate | Download | only in Lex

Lines Matching refs:CP

1091 static char DecodeTrigraphChar(const char *CP, Lexer *L) {
1092 char Res = GetTrigraphCharForLetter(*CP);
1097 L->Diag(CP-2, diag::trigraph_ignored);
1102 L->Diag(CP-2, diag::trigraph_converted) << StringRef(&Res, 1);
2961 case 26: // DOS & CP/M EOF: "^Z".