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

References

tools/clang/lib/Analysis/Consumed.cpp
 1006   assert(TargetBlock && "TargetBlock pointer must not be NULL");
 1009   for (CFGBlock::const_pred_iterator PI = TargetBlock->pred_begin(),
 1010        PE = TargetBlock->pred_end(); PI != PE; ++PI) {