Searched refs:fieldToAttributeIndex (Results 1 – 1 of 1) sorted by relevance
1185 std::map<Name, size_t> fieldToAttributeIndex; in emitStructDeclaration() local1192 fieldToAttributeIndex = in emitStructDeclaration()1203 const auto it = fieldToAttributeIndex.find(Name(*field)); in emitStructDeclaration()1204 if (it == fieldToAttributeIndex.end()) in emitStructDeclaration()