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