Home | History | Annotate | Download | only in Serialization

Lines Matching full:characterliteral

498 void ASTStmtReader::VisitCharacterLiteral(CharacterLiteral *E) {
502 E->setKind(static_cast<CharacterLiteral::CharacterKind>(Record[Idx++]));
1939 S = new (Context) CharacterLiteral(Empty);