Lines Matching defs:ToInsert
1065 std::string ToInsert;
1071 ToInsert = R.Declaration->getNameAsString();
1077 ToInsert += "()";
1079 ToInsert += "(";
1090 ToInsert += "::";
1095 ToInsert = R.Keyword;
1098 ToInsert = R.Macro->getName().str();
1101 ToInsert = R.Pattern->getTypedText();
1106 if (llvm::StringRef(ToInsert).starts_with("$__lldb_"))
1108 if (ToInsert.empty())
1113 mergeCompletion(m_expr, m_position, ToInsert);