Home
last modified time | relevance | path

Searched refs:caseLoc (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp1220 SourceLocation caseLoc, SourceLocation ellipsisLoc, in Create() argument
1227 return new (Mem) CaseStmt(lhs, rhs, caseLoc, ellipsisLoc, colonLoc); in Create()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h1834 CaseStmt(Expr *lhs, Expr *rhs, SourceLocation caseLoc, in CaseStmt() argument
1836 : SwitchCase(CaseStmtClass, caseLoc, colonLoc) { in CaseStmt()
1857 SourceLocation caseLoc, SourceLocation ellipsisLoc,