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

References

tools/clang/include/clang/Analysis/CFG.h
  659     CFGElement operator*() const { return (*Parent)[Index]; }
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
  660     return (*currBldrCtx->getBlock())[currStmtIdx];
tools/clang/lib/Analysis/PathDiagnostic.cpp
  511   CFGElement Source = Block[SFC->getIndex()];
tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
  216     if (auto StmtElem = (*B)[Idx].getAs<CFGStmt>())
 1408   CFGElement E = (*B)[CalleeCtx->getIndex()];
tools/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp
  467     SubEng.processCFGElement((*B)[StmtIdx], Pred, StmtIdx, &Ctx);
  539   if ((*Block)[Idx].getKind() == CFGElement::NewAllocator) {
  545   CFGStmt CS = (*Block)[Idx].castAs<CFGStmt>();
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
  191         auto RTC = (*SFC->getCallSiteBlock())[SFC->getIndex()]