Searched refs:getCaseLoc (Results 1 – 4 of 4) sorted by relevance
993 lhs.second->getCaseLoc() < rhs.second->getCaseLoc()) in CmpCaseVals()
7460 LHS = SemaRef.ActOnCaseExpr(S->getCaseLoc(), LHS); in TransformCaseStmt()7466 RHS = SemaRef.ActOnCaseExpr(S->getCaseLoc(), RHS); in TransformCaseStmt()7474 StmtResult Case = getDerived().RebuildCaseStmt(S->getCaseLoc(), in TransformCaseStmt()
1682 SourceLocation getCaseLoc() const { return getKeywordLoc(); } in getCaseLoc() function
6519 auto ToCaseLoc = importChecked(Err, S->getCaseLoc()); in VisitCaseStmt()