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.cpp1265 SourceLocation caseLoc, SourceLocation ellipsisLoc, in Create() argument
1272 return new (Mem) CaseStmt(lhs, rhs, caseLoc, ellipsisLoc, colonLoc); in Create()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h1962 CaseStmt(Expr *lhs, Expr *rhs, SourceLocation caseLoc,
1964 : SwitchCase(CaseStmtClass, caseLoc, colonLoc) {
1985 SourceLocation caseLoc, SourceLocation ellipsisLoc,