Home | History | Annotate | Download | only in Serialization

Lines Matching refs:SwitchCase

7228 void ASTReader::RecordSwitchCaseID(SwitchCase *SC, unsigned ID) {
7230 "Already have a SwitchCase with this ID");
7235 SwitchCase *ASTReader::getSwitchCaseWithID(unsigned ID) {
7236 assert((*CurrSwitchCaseStmts)[ID] != 0 && "No SwitchCase with this ID");