Searched refs:caseLoc (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | Stmt.cpp | 1206 SourceLocation caseLoc, SourceLocation ellipsisLoc, in Create() argument 1213 return new (Mem) CaseStmt(lhs, rhs, caseLoc, ellipsisLoc, colonLoc); in Create()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | Stmt.h | 1603 CaseStmt(Expr *lhs, Expr *rhs, SourceLocation caseLoc, in CaseStmt() argument 1605 : SwitchCase(CaseStmtClass, caseLoc, colonLoc) { in CaseStmt() 1626 SourceLocation caseLoc, SourceLocation ellipsisLoc,
|