Searched refs:emitCaseStmt (Results 1 – 2 of 2) sorted by relevance
507 result = emitCaseStmt(*cast<CaseStmt>(sub), condType, buildingTopLevelCase); in emitCaseDefaultCascade()521 mlir::LogicalResult CIRGenFunction::emitCaseStmt(const CaseStmt &s, in emitCaseStmt() function in CIRGenFunction558 return emitCaseStmt(cast<CaseStmt>(s), condTypeStack.back(), in emitSwitchCase()
820 mlir::LogicalResult emitCaseStmt(const clang::CaseStmt &s,