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

References

tools/clang/include/clang/Sema/Scope.h
  247     return const_cast<Scope*>(this)->getContinueParent();
tools/clang/lib/Sema/SemaCodeComplete.cpp
 2282     if (S->getContinueParent()) {
tools/clang/lib/Sema/SemaLookup.cpp
 4763       if (S && S->getContinueParent())
tools/clang/lib/Sema/SemaStmt.cpp
 1757   } else if (BCFinder.ContinueFound() && CurScope->getContinueParent()) {
 2921   Scope *S = CurScope->getContinueParent();