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

References

tools/clang/lib/Analysis/Consumed.cpp
 1022   auto &Entry = StateMapsArray[Block->getBlockID()];
 1036   auto &Entry = StateMapsArray[Block->getBlockID()];
 1047   assert(StateMapsArray[Block->getBlockID()] && "Block has no block info");
 1049   return StateMapsArray[Block->getBlockID()].get();
 1053   StateMapsArray[Block->getBlockID()] = nullptr;
 1060   auto &Entry = StateMapsArray[Block->getBlockID()];