Home | History | Annotate | Download | only in Frontend

Lines Matching refs:CodeToInsert

1006     if (!I->CodeToInsert.empty()) {
1012 StringRef(I->CodeToInsert).find_first_of("\n\r") == StringRef::npos) {
1038 (HintCol - PrevHintEndCol) + I->CodeToInsert.size();
1042 std::copy(I->CodeToInsert.begin(), I->CodeToInsert.end(),
1043 FixItInsertionLine.end() - I->CodeToInsert.size());
1046 HintCol + llvm::sys::locale::columnWidth(I->CodeToInsert);
1274 OS.write_escaped(I->CodeToInsert);