Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmt.cpp1206 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 DStmt.h1603 CaseStmt(Expr *lhs, Expr *rhs, SourceLocation caseLoc, in CaseStmt() argument
1605 : SwitchCase(CaseStmtClass, caseLoc, colonLoc) { in CaseStmt()
1626 SourceLocation caseLoc, SourceLocation ellipsisLoc,