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

References

tools/clang/include/clang/Sema/Scope.h
  256     return const_cast<Scope*>(this)->getBreakParent();
tools/clang/lib/Sema/SemaCodeComplete.cpp
 2289     if (S->getBreakParent()) {
tools/clang/lib/Sema/SemaLookup.cpp
 4760       if (S && S->getBreakParent())
tools/clang/lib/Sema/SemaStmt.cpp
 1749   Scope *BreakParent = CurScope->getBreakParent();
 2933   Scope *S = CurScope->getBreakParent();