|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/TableGen/Record.cpp 1164 Val.replace(found, LHSs->getValue().size(), MHSs->getValue());
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp 639 Asm.replace(Pos, SearchStr.size(),
tools/clang/tools/extra/clang-tidy/objc/PropertyDeclarationCheck.cpp 47 NewName.replace(0, Index - 1, Name.substr(0, Index - 1).lower());
tools/clang/utils/TableGen/NeonEmitter.cpp 1214 S.replace(Pos, End - Pos, Variables.find(VarName)->second.getName());
1881 S.replace(Idx, ToReplace.size(), ReplaceWith);
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp 322 expr.replace(offset, from.size(), to);
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp 2686 str.replace(pos, oldStr.length(), newStr);
tools/polly/lib/Support/GICHelper.cpp 166 str.replace(pos, find.length(), replace);
utils/benchmark/src/string_util.cc 167 str->replace(start, from.length(), to);