OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ControlScope
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
Scope.cpp
150
{
ControlScope
, "
ControlScope
"},
IdentifierResolver.cpp
124
if (S->getParent()->getFlags() & Scope::
ControlScope
) {
SemaExpr.cpp
13174
? Scope::
ControlScope
| Scope::ContinueScope | Scope::BreakScope
13176
const unsigned ForInitFlags = Scope::
ControlScope
| Scope::DeclScope;
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Scope.h
62
ControlScope
= 0x10,
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseStmt.cpp
539
ParseScope ExpectScope(this, Scope::DeclScope | Scope::
ControlScope
|
1369
ParseScope IfScope(this, Scope::DeclScope | Scope::
ControlScope
, C99orCXX);
1401
// '
ControlScope
' as part of its direct subscope.
1526
ScopeFlags |= Scope::DeclScope | Scope::
ControlScope
;
1615
Scope::DeclScope | Scope::
ControlScope
;
1805
ScopeFlags = Scope::DeclScope | Scope::
ControlScope
;
2467
ParseScope CatchScope(this, Scope::DeclScope | Scope::
ControlScope
|
ParseDecl.cpp
3126
= (getCurScope()->getFlags() & (Scope::
ControlScope
|
Completed in 32 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026