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