OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSwitchScope
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Sema/
Scope.h
377
///
isSwitchScope
- Return true if this scope is a switch scope.
378
bool
isSwitchScope
() const {
/external/clang/lib/Parse/
ParseStmt.cpp
401
if (Tok.is(tok::colon) && getCurScope()->
isSwitchScope
() &&
[
all
...]
Completed in 36 milliseconds