Searched refs:struct_decls_it (Results 1 – 2 of 2) sorted by relevance
26 auto struct_decls_it = element->struct_declaration_list.begin(); in OnFile() local61 if (struct_decls_it != element->struct_declaration_list.end()) { in OnFile()62 m[(*struct_decls_it)->start_.previous_end().data().data()] = struct_t; in OnFile()85 OnStructDeclaration(*struct_decls_it); in OnFile()86 ++struct_decls_it; in OnFile()
26 auto struct_decls_it = element->struct_declaration_list.begin(); in OnFile() local63 if (struct_decls_it != element->struct_declaration_list.end()) { in OnFile()64 m[(*struct_decls_it)->start_.previous_end().data().data()] = struct_t; in OnFile()90 OnStructDeclaration(*struct_decls_it); in OnFile()91 ++struct_decls_it; in OnFile()
Completed in 4 milliseconds