Searched refs:ConvertedName (Results 1 – 1 of 1) sorted by relevance
1287 bool convertToString(NamesSetType &Names, StringType &ConvertedName) { in convertToString() argument1290 ConvertedName += static_cast<char>(Values[i]); in convertToString()1292 auto Pair = Names.insert(ConvertedName); in convertToString()1320 StringType ConvertedName; in ProcessRecord() local1326 if (convertToString(ValueNames, ConvertedName)) in ProcessRecord()1327 setValueName(Values[0], ConvertedName); in ProcessRecord()1329 ReportDuplicateName("value", ConvertedName); in ProcessRecord()1336 if (convertToString(BlockNames, ConvertedName)) in ProcessRecord()1337 setBbName(Values[0], ConvertedName); in ProcessRecord()1339 ReportDuplicateName("block", ConvertedName); in ProcessRecord()