OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SwitchScope
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/Sema/
Scope.cpp
179
} else if (Flags &
SwitchScope
) {
180
OS << "
SwitchScope
";
181
Flags &= ~
SwitchScope
;
SemaStmt.cpp
[
all
...]
/external/clang/include/clang/Sema/
Scope.h
96
SwitchScope
= 0x1000,
380
if (S->getFlags() & Scope::
SwitchScope
)
/external/clang/lib/Parse/
ParseStmt.cpp
[
all
...]
Completed in 458 milliseconds