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

References

tools/clang/lib/CodeGen/CGBlocks.cpp
  786   blockInfo.NextBlockInfo = CGF.FirstBlockInfo;
  787   CGF.FirstBlockInfo = &blockInfo;
  917   blockInfo.reset(findAndRemoveBlockInfo(&FirstBlockInfo,
tools/clang/lib/CodeGen/CodeGenFunction.cpp
   98   if (FirstBlockInfo)
   99     destroyBlockInfos(FirstBlockInfo);