Searched refs:FirstBlockInfo (Results 1 – 3 of 3) sorted by relevance
45 NextCleanupDestIndex(1), FirstBlockInfo(nullptr), EHResumeBlock(nullptr), in CodeGenFunction()85 if (FirstBlockInfo) in ~CodeGenFunction()86 destroyBlockInfos(FirstBlockInfo); in ~CodeGenFunction()
578 blockInfo.NextBlockInfo = CGF.FirstBlockInfo; in enterBlockScope()579 CGF.FirstBlockInfo = &blockInfo; in enterBlockScope()696 blockInfo.reset(findAndRemoveBlockInfo(&FirstBlockInfo, in EmitBlockLiteral()
301 CGBlockInfo *FirstBlockInfo; variable