Searched defs:CaseLoc (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/Parse/ | ||
H A D | ParseStmt.cpp | 847 SourceLocation CaseLoc = MissingCase ? Expr.get()->getExprLoc() : ParseCaseStatement() local |
H A D | ParseExpr.cpp | 252 ParseCaseExpression(SourceLocation CaseLoc) ParseCaseExpression() argument |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaStmt.cpp | 464 ActOnCaseExpr(SourceLocation CaseLoc,ExprResult Val) ActOnCaseExpr() argument |
H A D | TreeTransform.h | 1361 RebuildCaseStmt(SourceLocation CaseLoc,Expr * LHS,SourceLocation EllipsisLoc,Expr * RHS,SourceLocation ColonLoc) RebuildCaseStmt() argument |