Searched refs:FirstBlockInfo (Results 1 – 3 of 3) sorted by relevance
51 NextCleanupDestIndex(1), FirstBlockInfo(nullptr), EHResumeBlock(nullptr), in CodeGenFunction()91 if (FirstBlockInfo) in ~CodeGenFunction()92 destroyBlockInfos(FirstBlockInfo); in ~CodeGenFunction()
568 blockInfo.NextBlockInfo = CGF.FirstBlockInfo; in enterBlockScope()569 CGF.FirstBlockInfo = &blockInfo; in enterBlockScope()686 blockInfo.reset(findAndRemoveBlockInfo(&FirstBlockInfo, in EmitBlockLiteral()
335 CGBlockInfo *FirstBlockInfo; variable