Home
last modified time | relevance | path

Searched refs:struct_decls_it (Results 1 – 2 of 2) sorted by relevance

/system/host/banjo/lib/
A Dtree_visitor.cpp26 auto struct_decls_it = element->struct_declaration_list.begin(); in OnFile() local
61 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()
/system/host/fidl/lib/
A Dtree_visitor.cpp26 auto struct_decls_it = element->struct_declaration_list.begin(); in OnFile() local
63 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