Home
last modified time | relevance | path

Searched refs:caseLoc (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/lib/AST/
DStmt.cpp1198 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/
DStmt.h1603 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/
DStmt.h695 CaseStmt(Expr *lhs, Expr *rhs, SourceLocation caseLoc, in CaseStmt() argument
697 : SwitchCase(CaseStmtClass, caseLoc, colonLoc) { in CaseStmt()