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

References

tools/clang/include/clang/Analysis/CFG.h
  902   ref_iterator ref_end() { return {this, end()}; }
 1381       for (CFGBlock::const_iterator BI = (*I)->begin(), BE = (*I)->end();
tools/clang/lib/Analysis/CFG.cpp
 2073     = Blk->beginAutomaticObjDtorsInsert(Blk->end(), B.distance(E), C);
 2090       Blk->beginLifetimeEndsInsert(Blk->end(), B.distance(E), C);
 2109       Blk->beginScopeEndInsert(Blk->end(), 1, C);
 5079       for (CFGBlock::const_iterator BI = (*I)->begin(), BEnd = (*I)->end() ;
tools/clang/lib/Analysis/CFGStmtMap.cpp
   50   for (CFGBlock::iterator I = B->begin(), E = B->end(); I != E; ++I) {
tools/clang/lib/Sema/AnalysisBasedWarnings.cpp
  188   for (const auto &B : Block) {
  326     for (CFGElement &E : *B) {
tools/clang/lib/StaticAnalyzer/Checkers/MallocOverflowSecurityChecker.cpp
  308     for (CFGBlock::iterator bi = block->begin(), be = block->end();