Searched refs:caseLoc (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/clang/lib/AST/ |
D | Stmt.cpp | 1198 SourceLocation caseLoc, SourceLocation ellipsisLoc, in Create() argument 1205 return new (Mem) CaseStmt(lhs, rhs, caseLoc, ellipsisLoc, colonLoc); in Create()
|
/external/llvm-project/clang/include/clang/AST/ |
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,
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 695 CaseStmt(Expr *lhs, Expr *rhs, SourceLocation caseLoc, in CaseStmt() argument 697 : SwitchCase(CaseStmtClass, caseLoc, colonLoc) { in CaseStmt()
|