OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BreakScope
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Sema/
Scope.cpp
66
if (flags &
BreakScope
) BreakParent = this;
105
assert((FlagsToSet & ~(
BreakScope
| ContinueScope)) == 0 &&
107
if (FlagsToSet &
BreakScope
) {
108
assert((Flags &
BreakScope
) == 0 && "Already set");
146
} else if (Flags &
BreakScope
) {
147
OS << "
BreakScope
";
148
Flags &= ~
BreakScope
;
/external/clang/include/clang/Sema/
Scope.h
49
BreakScope
= 0x02,
160
///
BreakScope
/ContinueScope which contains the contents of this scope
/external/clang/lib/Parse/
ParseStmt.cpp
[
all
...]
Completed in 53 milliseconds