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