Searched refs:loopIdentifier (Results 1 – 1 of 1) sorted by relevance
742 ir::Identifier *const loopIdentifier) in CreateForLoopInitVariableDeclaration() argument747 … checker->AllocNode<ir::VariableDeclarator>(ir::VariableDeclaratorFlag::LET, loopIdentifier, init); in CreateForLoopInitVariableDeclaration()748 loopIdentifier->SetParent(decl); in CreateForLoopInitVariableDeclaration()758 ir::Identifier *const loopIdentifier) in CreateForLoopTest() argument765 auto *const forLoopIdentClone = loopIdentifier->Clone(checker->Allocator(), nullptr); in CreateForLoopTest()771 …Expression *CreateForLoopUpdate(EnumLoweringPhase *const elp, ir::Identifier *const loopIdentifier) in CreateForLoopUpdate() argument774 auto *const forLoopIdentClone = loopIdentifier->Clone(checker->Allocator(), nullptr); in CreateForLoopUpdate()781 … ir::Identifier *const namesArrayIdentifier, ir::Identifier *const loopIdentifier, in CreateIf() argument786 auto *const forLoopIdentClone1 = loopIdentifier->Clone(checker->Allocator(), nullptr); in CreateIf()794 auto *const forLoopIdentClone2 = loopIdentifier->Clone(checker->Allocator(), nullptr); in CreateIf()