Searched refs:caseLoc (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Stmt.cpp | 1221 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 D | Stmt.h | 1841 CaseStmt(Expr *lhs, Expr *rhs, SourceLocation caseLoc, 1843 : SwitchCase(CaseStmtClass, caseLoc, colonLoc) { 1864 SourceLocation caseLoc, SourceLocation ellipsisLoc,
|