Searched refs:ControlScope (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Sema/
H A DScope.cpp152 } else if (Flags & ControlScope) {
153 OS << "ControlScope";
154 Flags &= ~ControlScope;
H A DIdentifierResolver.cpp122 if (S->getParent()->getFlags() & Scope::ControlScope) {
/external/clang/include/clang/Sema/
H A DScope.h60 ControlScope = 0x10, enumerator in enum:clang::Scope::ScopeFlags
/external/clang/lib/Parse/
H A DParseStmt.cpp469 ParseScope ExpectScope(this, Scope::DeclScope | Scope::ControlScope);
1089 ParseScope IfScope(this, Scope::DeclScope | Scope::ControlScope, C99orCXX);
1112 // 'ControlScope' as part of its direct subscope.
1215 ScopeFlags |= Scope::DeclScope | Scope::ControlScope;
1301 Scope::DeclScope | Scope::ControlScope;
1477 ScopeFlags = Scope::DeclScope | Scope::ControlScope;
2043 ParseScope CatchScope(this, Scope::DeclScope | Scope::ControlScope |
H A DParseDecl.cpp2491 = (getCurScope()->getFlags() & (Scope::ControlScope |

Completed in 822 milliseconds