Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp1221 SourceLocation caseLoc, SourceLocation ellipsisLoc, in Create() argument
1228 return new (Mem) CaseStmt(lhs, rhs, caseLoc, ellipsisLoc, colonLoc); in Create()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h1841 CaseStmt(Expr *lhs, Expr *rhs, SourceLocation caseLoc,
1843 : SwitchCase(CaseStmtClass, caseLoc, colonLoc) {
1864 SourceLocation caseLoc, SourceLocation ellipsisLoc,