Home | History | Annotate | Download | only in Frontend

Lines Matching refs:CodeToInsert

998     if (!I->CodeToInsert.empty()) {
1004 StringRef(I->CodeToInsert).find_first_of("\n\r") == StringRef::npos) {
1030 (HintCol - PrevHintEndCol) + I->CodeToInsert.size();
1034 std::copy(I->CodeToInsert.begin(), I->CodeToInsert.end(),
1035 FixItInsertionLine.end() - I->CodeToInsert.size());
1038 HintCol + llvm::sys::locale::columnWidth(I->CodeToInsert);
1258 OS.write_escaped(I->CodeToInsert);