reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
161 VisitStmt(S); 163 bool HasInit = S->getInit() != nullptr; 164 bool HasVar = S->getConditionVariableDeclStmt() != nullptr; 167 Record.push_back(S->isAllEnumCasesCovered()); 169 Record.AddStmt(S->getCond()); 170 Record.AddStmt(S->getBody()); 172 Record.AddStmt(S->getInit()); 174 Record.AddDeclRef(S->getConditionVariable()); 176 Record.AddSourceLocation(S->getSwitchLoc()); 178 for (SwitchCase *SC = S->getSwitchCaseList(); SC;