Searched refs:ToInsert (Results 1 – 2 of 2) sorted by relevance
703 std::string ToInsert; in ProcessCodeCompleteResults() local709 ToInsert = R.Declaration->getNameAsString(); in ProcessCodeCompleteResults()715 ToInsert += "()"; in ProcessCodeCompleteResults()717 ToInsert += "("; in ProcessCodeCompleteResults()729 ToInsert += "::"; in ProcessCodeCompleteResults()734 ToInsert = R.Keyword; in ProcessCodeCompleteResults()737 ToInsert = R.Macro->getName().str(); in ProcessCodeCompleteResults()740 ToInsert = R.Pattern->getTypedText(); in ProcessCodeCompleteResults()747 if (StringRef(ToInsert).startswith("$__lldb_")) in ProcessCodeCompleteResults()749 if (!ToInsert.empty()) { in ProcessCodeCompleteResults()[all …]
89 unsigned Lane, unsigned ToInsert);481 const DebugLoc &DL, unsigned DReg, unsigned Lane, unsigned ToInsert) { in createInsertSubreg() argument488 .addReg(ToInsert) in createInsertSubreg()