Searched refs:constdecl (Results 1 – 1 of 1) sorted by relevance
715 for (const auto& constdecl : GetConstantDeclarations()) { in Write() local716 writer->Write("%s;\n", constdecl->ToString().c_str()); in Write()