OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SwitchStack
(Results
1 - 5
of
5
) sorted by null
/external/clang/include/clang/Sema/
ScopeInfo.h
67
///
SwitchStack
- This is the current set of active switch statements in the
69
llvm::SmallVector<SwitchStmt*, 8>
SwitchStack
;
/external/clang/lib/Sema/
SemaStmt.cpp
228
if (getCurFunction()->
SwitchStack
.empty()) {
235
getCurFunction()->
SwitchStack
.back()->addSwitchCase(CS);
248
if (getCurFunction()->
SwitchStack
.empty()) {
254
getCurFunction()->
SwitchStack
.back()->addSwitchCase(DS);
463
getCurFunction()->
SwitchStack
.push_back(SS);
479
assert(SS == getCurFunction()->
SwitchStack
.back() &&
483
getCurFunction()->
SwitchStack
.pop_back();
[
all
...]
Sema.cpp
49
SwitchStack
.clear();
[
all
...]
SemaCodeComplete.cpp
[
all
...]
SemaLookup.cpp
[
all
...]
Completed in 20 milliseconds