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

References

tools/clang/lib/Parse/ParseStmt.cpp
 1462     ScopeFlags = Scope::BreakScope | Scope::ContinueScope |
 1465     ScopeFlags = Scope::BreakScope | Scope::ContinueScope;
 1466   ParseScope WhileScope(this, ScopeFlags);