Lines Matching defs:itemsArrayIdent
339 auto *const itemsArrayIdent = CreateEnumItemsArray(enumDecl, enumClass);
354 identClone = itemsArrayIdent->Clone(Allocator(), nullptr);
357 identClone = itemsArrayIdent->Clone(Allocator(), nullptr);
361 identClone = itemsArrayIdent->Clone(Allocator(), nullptr);
374 auto *const itemsArrayIdent = CreateEnumItemsArray(enumDecl, enumClass);
386 identClone = itemsArrayIdent->Clone(Allocator(), nullptr);
389 identClone = itemsArrayIdent->Clone(Allocator(), nullptr);
393 identClone = itemsArrayIdent->Clone(Allocator(), nullptr);
859 ir::Identifier *const itemsArrayIdent)
863 auto *const returnStmt = checker_->AllocNode<ir::ReturnStatement>(itemsArrayIdent);
884 ir::Identifier *const itemsArrayIdent)
898 auto itemsArrayIdentClone = itemsArrayIdent->Clone(checker_->Allocator(), nullptr);