Searched refs:caseLoc (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | Stmt.cpp | 1081 SourceLocation caseLoc, SourceLocation ellipsisLoc, in Create() argument 1088 return new (Mem) CaseStmt(lhs, rhs, caseLoc, ellipsisLoc, colonLoc); in Create()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | Stmt.h | 1431 CaseStmt(Expr *lhs, Expr *rhs, SourceLocation caseLoc, in CaseStmt() argument 1433 : SwitchCase(CaseStmtClass, caseLoc, colonLoc) { in CaseStmt() 1454 SourceLocation caseLoc, SourceLocation ellipsisLoc,
|