Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp850 SourceLocation CaseLoc = MissingCase ? Expr.get()->getExprLoc() : in ParseCaseStatement() local
H A DParseExpr.cpp252 ExprResult Parser::ParseCaseExpression(SourceLocation CaseLoc) { in ParseCaseExpression()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp464 Sema::ActOnCaseExpr(SourceLocation CaseLoc, ExprResult Val) { in ActOnCaseExpr()
516 Sema::ActOnCaseStmt(SourceLocation CaseLoc, ExprResult LHSVal, in ActOnCaseStmt()
H A DTreeTransform.h1361 StmtResult RebuildCaseStmt(SourceLocation CaseLoc, in RebuildCaseStmt()