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

References

tools/clang/lib/CodeGen/VarBypassDetector.cpp
  105     if (!SubStmt)
  117       if (const SwitchCase *SC = dyn_cast<SwitchCase>(SubStmt))
  119       else if (const LabelStmt *LS = dyn_cast<LabelStmt>(SubStmt))
  124       ToScopes[SubStmt] = ParentScope;
  125       SubStmt = Next;
  129     if (!BuildScopeInformation(SubStmt, ParentScope))