Searched defs:newName (Results 1 – 9 of 9) sorted by relevance
179 auto newName = config->segmentRenameMap.find(name); in maybeRenameSegment() local
509 auto suggest = [&](StringRef newName) -> const Symbol * { in getAlternativeSpelling()528 std::string newName = (name.substr(0, i) + "0" + name.substr(i)).str(); in getAlternativeSpelling() local
92 const char *newName() { in newName() function
311 unicode_t *newName, /* (Output)Translated name. Must be of length in UDFTransName()
615 auto suggest = [&](StringRef newName) -> const Symbol * { in getAlternativeSpelling()634 std::string newName = (name.substr(0, i) + "0" + name.substr(i)).str(); in getAlternativeSpelling() local
302 std::string newName = ("_" + baseName).str(); in loadMinGWSymbols() local
502 void setName(const Twine &newName) { Name = newName.str(); } in setName()3417 void setName(const Twine &newName) { Name = newName.str(); } in setName()
1173 char *fullname, *incdir, *slash, *newName; in FindInDirOfIncludingFile() local
9241 auto set( std::string const& newName ) -> ParserResult { in set()