class IndirectGotoNodeBuilder::iterator

Declaration

class IndirectGotoNodeBuilder::iterator { /* full declaration omitted */ };

Declared at: clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h:496

Member Variables

private CFGBlock::const_succ_iterator I

Method Overview

  • public const clang::CFGBlock * getBlock() const
  • public const clang::LabelDecl * getLabel() const
  • private iterator(CFGBlock::const_succ_iterator i)

Methods

const clang::CFGBlock* getBlock() const

Declared at: clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h:511

const clang::LabelDecl* getLabel() const

Declared at: clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h:507

iterator(CFGBlock::const_succ_iterator i)

Declared at: clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h:501

Parameters

CFGBlock::const_succ_iterator i