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()
563 blockInfo.NextBlockInfo = CGF.FirstBlockInfo; in enterBlockScope()564 CGF.FirstBlockInfo = &blockInfo; in enterBlockScope()681 blockInfo.reset(findAndRemoveBlockInfo(&FirstBlockInfo, in EmitBlockLiteral()
315 CGBlockInfo *FirstBlockInfo; variable