reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Parse/ParseDecl.cpp
 3103           = (getCurScope()->getFlags() & (Scope::ControlScope |
tools/clang/lib/Parse/ParseStmt.cpp
  516   ParseScope ExpectScope(this, Scope::DeclScope | Scope::ControlScope |
 1234   ParseScope IfScope(this, Scope::DeclScope | Scope::ControlScope, C99orCXX);
 1376     ScopeFlags |= Scope::DeclScope | Scope::ControlScope;
 1463                  Scope::DeclScope  | Scope::ControlScope;
 1647     ScopeFlags = Scope::DeclScope | Scope::ControlScope;
 2288   ParseScope CatchScope(this, Scope::DeclScope | Scope::ControlScope |
tools/clang/lib/Sema/IdentifierResolver.cpp
  124       if (S->getParent()->getFlags() & Scope::ControlScope) {
tools/clang/lib/Sema/Scope.cpp
  150       {ControlScope, "ControlScope"},
tools/clang/lib/Sema/SemaExpr.cpp
12047           ? Scope::ControlScope | Scope::ContinueScope | Scope::BreakScope
12049   const unsigned ForInitFlags = Scope::ControlScope | Scope::DeclScope;