Home
last modified time | relevance | path

Searched refs:getCaseLoc (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp993 lhs.second->getCaseLoc() < rhs.second->getCaseLoc()) in CmpCaseVals()
H A DTreeTransform.h7349 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()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h1670 SourceLocation getCaseLoc() const { return getKeywordLoc(); } in getCaseLoc() function
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp6383 auto ToCaseLoc = importChecked(Err, S->getCaseLoc()); in VisitCaseStmt()