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

References

tools/clang/lib/Parse/ParseStmt.cpp
 1512     ScopeFlags = Scope::BreakScope | Scope::ContinueScope | Scope::DeclScope;
 1514     ScopeFlags = Scope::BreakScope | Scope::ContinueScope;
 1516   ParseScope DoScope(this, ScopeFlags);