OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContinueScope
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
Scope.cpp
66
if (flags &
ContinueScope
) ContinueParent = this;
108
assert((FlagsToSet & ~(BreakScope |
ContinueScope
)) == 0 &&
114
if (FlagsToSet &
ContinueScope
) {
115
assert((Flags &
ContinueScope
) == 0 && "Already set");
148
{
ContinueScope
, "
ContinueScope
"},
SemaExpr.cpp
13174
? Scope::ControlScope | Scope::
ContinueScope
| Scope::BreakScope
13175
: Scope::
ContinueScope
| Scope::BreakScope;
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Scope.h
55
ContinueScope
= 0x04,
140
/// parsed. If such a scope is a
ContinueScope
, it's invalid to jump to the
178
/// BreakScope/
ContinueScope
which contains the contents of this scope
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseStmt.cpp
1614
ScopeFlags = Scope::BreakScope | Scope::
ContinueScope
|
1617
ScopeFlags = Scope::BreakScope | Scope::
ContinueScope
;
1670
ScopeFlags = Scope::BreakScope | Scope::
ContinueScope
| Scope::DeclScope;
1672
ScopeFlags = Scope::BreakScope | Scope::
ContinueScope
;
1988
getCurScope()->AddFlags(Scope::BreakScope | Scope::
ContinueScope
);
2003
if (!(getCurScope()->getFlags() & Scope::
ContinueScope
))
2004
getCurScope()->AddFlags(Scope::BreakScope | Scope::
ContinueScope
);
ParseExprCXX.cpp
1951
S->AddFlags(Scope::BreakScope | Scope::
ContinueScope
);
Completed in 29 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026