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

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h
  128     return NB.getContext().getBlock()->getBlockID();
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
  660     return (*currBldrCtx->getBlock())[currStmtIdx];
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
  795   Engine.enqueue(Dst, currBldrCtx->getBlock(), currStmtIdx);
  813   Engine.enqueue(Dst, currBldrCtx->getBlock(), currStmtIdx);
  901   Engine.enqueue(Dst, currBldrCtx->getBlock(), currStmtIdx);
  928   Engine.enqueue(Dst, currBldrCtx->getBlock(), currStmtIdx);
  947   Engine.enqueue(Dst, currBldrCtx->getBlock(), currStmtIdx);
 1288       Engine.addAbortedBlock(node, currBldrCtx->getBlock());
 1526         Engine.addAbortedBlock(node, currBldrCtx->getBlock());
 1917     const Stmt *Term = nodeBuilder.getContext().getBlock()->getTerminatorStmt();
 1938     const Stmt *Term = nodeBuilder.getContext().getBlock()->getTerminatorStmt();
 2110   Condition = ResolveCondition(Condition, BldCtx.getBlock());
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
  454       CalleeADC->getStackFrame(ParentOfCallee, CallE, currBldrCtx->getBlock(),