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

References

tools/clang/lib/CodeGen/CGCleanup.h
  359   bool hasBranches() const { return ExtInfo && !ExtInfo->Branches.empty(); }
  375     if (ExtInfo.Branches.insert(Block).second)
  410     return getExtInfo().Branches.insert(Block).second;
  416     return (ExtInfo->BranchAfters.size() != ExtInfo->Branches.size());