Home
last modified time | relevance | path

Searched defs:CaseLoc (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp847 SourceLocation CaseLoc = MissingCase ? Expr.get()->getExprLoc() : ParseCaseStatement() local
H A DParseExpr.cpp252 ParseCaseExpression(SourceLocation CaseLoc) ParseCaseExpression() argument
/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp464 ActOnCaseExpr(SourceLocation CaseLoc,ExprResult Val) ActOnCaseExpr() argument
516 ActOnCaseStmt(SourceLocation CaseLoc,ExprResult LHSVal,SourceLocation DotDotDotLoc,ExprResult RHSVal,SourceLocation ColonLoc) ActOnCaseStmt() argument
H A DTreeTransform.h1361 RebuildCaseStmt(SourceLocation CaseLoc,Expr * LHS,SourceLocation EllipsisLoc,Expr * RHS,SourceLocation ColonLoc) RebuildCaseStmt() argument