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

References

tools/clang/include/clang/Analysis/Analyses/ThreadSafetyCommon.h
  204       for (const auto &BI : *CurrBlock) {
tools/clang/include/clang/Analysis/CFG.h
  904   const_ref_iterator ref_end() const { return {this, end()}; }
tools/clang/lib/Analysis/CFG.cpp
 5625   for (CFGBlock::const_iterator I = B.begin(), E = B.end() ;
 5822   if (std::any_of(Blk->begin(), Blk->end(), [](const CFGElement &Elm) {
tools/clang/lib/Analysis/Consumed.cpp
   64   for (const auto &B : *Block)
 1342     for (const auto &B : *CurrBlock) {
tools/clang/lib/Analysis/LiveVariables.cpp
  571       for (CFGBlock::const_iterator bi = block->begin(), be = block->end();
tools/clang/lib/Analysis/ReachableCode.cpp
  457   for (CFGBlock::const_iterator I = Block->begin(), E = Block->end(); I!=E; ++I)
tools/clang/lib/Analysis/ThreadSafety.cpp
  776     for (const auto &BI : *CurrBlock) {
  834       for (const auto &BI : *CurrBlock) {
 2463     for (const auto &BI : *CurrBlock) {
tools/clang/lib/Analysis/UninitializedValues.cpp
  857   for (const auto &I : *block) {
tools/clang/lib/Sema/AnalysisBasedWarnings.cpp
 1100         if (SW && SW->getSubStmt() == B.getLabel() && P->begin() == P->end())
 1104         if (L && L->getSubStmt() == B.getLabel() && P->begin() == P->end())
tools/clang/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp
  130       for (CFGBlock::const_iterator ci = CB->begin(), ce = CB->end();
  201   for (CFGBlock::const_iterator I = CB->begin(), E = CB->end(); I != E; ++I) {
tools/clang/tools/extra/clang-tidy/bugprone/UseAfterMoveCheck.cpp
  232   for (const auto &Elem : *Block) {
  331   for (const auto &Elem : *Block) {
tools/clang/tools/extra/clang-tidy/utils/ExprSequence.cpp
  189     for (const auto &Elem : *B) {