Searched refs:struct_it (Results 1 – 2 of 2) sorted by relevance
1123 auto struct_it = structs_.find(decl); in lookup_struct_type() local1124 if (struct_it == structs_.end()) in lookup_struct_type()1126 *stype = struct_it->second; in lookup_struct_type()
2855 for (auto struct_it = structs_.vec.begin(); in ParseRoot() local2856 struct_it != structs_.vec.end(); ++struct_it) { in ParseRoot()2857 auto &sd = **struct_it; in ParseRoot()