OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CaseLoc
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseStmt.cpp
716
SourceLocation
CaseLoc
= MissingCase ? Expr.get()->getExprLoc() :
733
LHS = ParseCaseExpression(
CaseLoc
);
750
RHS = ParseCaseExpression(
CaseLoc
);
775
Actions.ActOnCaseStmt(
CaseLoc
, LHS, DotDotDotLoc, RHS, ColonLoc);
ParseExpr.cpp
221
ExprResult Parser::ParseCaseExpression(SourceLocation
CaseLoc
) {
226
return Actions.ActOnCaseExpr(
CaseLoc
, Res);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp
441
Sema::ActOnCaseExpr(SourceLocation
CaseLoc
, ExprResult Val) {
493
Sema::ActOnCaseStmt(SourceLocation
CaseLoc
, ExprResult LHSVal,
502
Diag(
CaseLoc
, diag::err_case_not_in_switch);
512
CaseLoc
, DotDotDotLoc, ColonLoc);
TreeTransform.h
1271
StmtResult RebuildCaseStmt(SourceLocation
CaseLoc
,
1276
return getSema().ActOnCaseStmt(
CaseLoc
, LHS, EllipsisLoc, RHS,
/src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h
1739
ExprResult ParseCaseExpression(SourceLocation
CaseLoc
);
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
4644
ExprResult ActOnCaseExpr(SourceLocation
CaseLoc
, ExprResult Val);
4645
StmtResult ActOnCaseStmt(SourceLocation
CaseLoc
, ExprResult LHS,
Completed in 78 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026