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

References

tools/clang/include/clang/Analysis/Analyses/PostOrderCFGView.h
   93   bool empty() const { return begin() == end(); }
tools/clang/lib/Analysis/ThreadSafety.cpp
  733   for (const auto *CurrBlock : *SortedGraph) {
  813   for (const auto *CurrBlock : *SortedGraph) {
 2308     const CFGBlock *FirstBlock = *SortedGraph->begin();
 2363   for (const auto *CurrBlock : *SortedGraph) {