Searched defs:CaseExpr (Results 1 – 2 of 2) sorted by relevance
102 struct CaseExpr { struct in __anon875519ce0111::SplitSwitchesTransform104 ConstantInt *Val;105 BasicBlock * BB;107 CaseExpr(ConstantInt *val = nullptr, BasicBlock *bb = nullptr) argument
710 const Expr *CaseExpr, in ShouldDiagnoseSwitchCaseNotInEnum()1091 Expr *CaseExpr = CI->second->getLHS(); in ActOnFinishSwitchStmt() local1102 Expr *CaseExpr = RI->second->getLHS(); in ActOnFinishSwitchStmt() local