Lines Matching defs:ToInsert
868 std::string ToInsert;
874 ToInsert = R.Declaration->getNameAsString();
880 ToInsert += "()";
882 ToInsert += "(";
894 ToInsert += "::";
899 ToInsert = R.Keyword;
902 ToInsert = R.Macro->getName().str();
905 ToInsert = R.Pattern->getTypedText();
910 if (llvm::StringRef(ToInsert).starts_with("$__lldb_"))
912 if (ToInsert.empty())
917 mergeCompletion(m_expr, m_position, ToInsert);