Searched refs:AllTypes (Results 1 – 3 of 3) sorted by relevance
50 for (NodeType &N : AllTypes) { in Hierarchy()86 AllTypes.emplace_back(); in add()87 AllTypes.back().Record = R; in add()88 bool Inserted = ByName.try_emplace(R->getName(), &AllTypes.back()).second; in add()100 std::deque<NodeType> AllTypes; member in __anon918f59160111::Hierarchy
281 alias AllTypes = AliasSeq!(ImmuTypes, ConstTypes, SharedConstTypes); in VariantN() local285 alias AllTypes = SharedConstTypes; in VariantN() local287 alias AllTypes = AliasSeq!(SharedTypes, SharedConstTypes); in VariantN() local292 alias AllTypes = ConstTypes; in VariantN() local294 alias AllTypes = AliasSeq!(MutaTypes, ConstTypes); in VariantN() local297 foreach (T ; AllTypes) in VariantN()
340 alias AllTypes = AliasSeq!(ImmuTypes, ConstTypes, SharedConstTypes); in VariantN() local344 alias AllTypes = SharedConstTypes; in VariantN() local346 alias AllTypes = AliasSeq!(SharedTypes, SharedConstTypes); in VariantN() local351 alias AllTypes = ConstTypes; in VariantN() local353 alias AllTypes = AliasSeq!(MutaTypes, ConstTypes); in VariantN() local356 foreach (T ; AllTypes) in VariantN()