OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CaseLoc
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Parse/
ParseStmt.cpp
507
SourceLocation
CaseLoc
= MissingCase ? Expr.get()->getExprLoc() :
559
Actions.ActOnCaseStmt(
CaseLoc
, LHS.get(), DotDotDotLoc,
[
all
...]
/external/clang/include/clang/AST/
Stmt.h
563
SourceLocation
CaseLoc
;
567
CaseStmt(Expr *lhs, Expr *rhs, SourceLocation
caseLoc
,
573
CaseLoc
=
caseLoc
;
581
SourceLocation getCaseLoc() const { return
CaseLoc
; }
582
void setCaseLoc(SourceLocation L) {
CaseLoc
= L; }
611
return SourceRange(
CaseLoc
, CS->getSubStmt()->getLocEnd());
[
all
...]
Completed in 23 milliseconds