Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaStmt.cpp1024 lhs.second->getCaseLoc() < rhs.second->getCaseLoc()) in CmpCaseVals()
HDTreeTransform.h7869 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()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmt.h1875 SourceLocation getCaseLoc() const { return getKeywordLoc(); } in getCaseLoc() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDASTImporter.cpp6870 auto ToCaseLoc = importChecked(Err, S->getCaseLoc()); in VisitCaseStmt()