Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp661 SourceLocation CaseLoc = MissingCase ? Expr.get()->getExprLoc() : in ParseCaseStatement() local
/external/llvm-project/clang/lib/Parse/
DParseStmt.cpp713 SourceLocation CaseLoc = MissingCase ? Expr.get()->getExprLoc() : in ParseCaseStatement() local
DParseExpr.cpp221 ExprResult Parser::ParseCaseExpression(SourceLocation CaseLoc) { in ParseCaseExpression()
/external/llvm-project/clang/lib/Sema/
DSemaStmt.cpp440 Sema::ActOnCaseExpr(SourceLocation CaseLoc, ExprResult Val) { in ActOnCaseExpr()
492 Sema::ActOnCaseStmt(SourceLocation CaseLoc, ExprResult LHSVal, in ActOnCaseStmt()
DTreeTransform.h1270 StmtResult RebuildCaseStmt(SourceLocation CaseLoc, in RebuildCaseStmt()
/external/clang/lib/Sema/
DSemaStmt.cpp376 Sema::ActOnCaseStmt(SourceLocation CaseLoc, Expr *LHSVal, in ActOnCaseStmt()
DTreeTransform.h1124 StmtResult RebuildCaseStmt(SourceLocation CaseLoc, in RebuildCaseStmt()