Home | History | Annotate | Download | only in Serialization

Lines Matching refs:CharacterLiteral

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