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

Declarations

tools/clang/lib/Sema/JumpDiagnostics.cpp
   90   unsigned GetDeepestCommonScope(unsigned A, unsigned B);

References

tools/clang/lib/Sema/JumpDiagnostics.cpp
  834   unsigned Common = GetDeepestCommonScope(JumpScope, TargetScope);
  895   unsigned CommonScope = GetDeepestCommonScope(FromScope, ToScope);