Searched defs:newName (Results 1 – 11 of 11) sorted by relevance
179 auto newName = config->segmentRenameMap.find(name); in maybeRenameSegment() local
509 auto suggest = [&](StringRef newName) -> const Symbol * { in getAlternativeSpelling() argument 528 std::string newName = (name.substr(0, i) + "0" + name.substr(i)).str(); in getAlternativeSpelling() local [all...]
147 auto setMacroName = [&](StringRef newName) { in emitNodeInvocations()
92 const char *newName() { in newName() function
311 unicode_t *newName, /* (Output)Translated name. Must be of length in UDFTransName()
612 __anon3c31d4860302(StringRef newName) getAlternativeSpelling() argument 631 std::string newName = (name.substr(0, i) + "0" + name.substr(i)).str(); getAlternativeSpelling() local [all...]
781 StringRef newName = CI->first; in FlushDiagnosticsImpl() local
302 std::string newName = ("_" + baseName).str(); in loadMinGWSymbols() local
487 setName(const Twine & newName) setName() argument 2786 setName(const Twine & newName) setName() argument
1181 char *fullname, *incdir, *slash, *newName; FindInDirOfIncludingFile() local
9241 auto set( std::string const& newName ) -> ParserResult { in set()