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

References

tools/clang/include/clang/Analysis/CFG.h
 1287   void setIndirectGotoBlock(CFGBlock *B) { IndirectGotoBlock = B; }
 1322   CFGBlock *       getIndirectGotoBlock() { return IndirectGotoBlock; }
 1323   const CFGBlock * getIndirectGotoBlock() const { return IndirectGotoBlock; }