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