Home | History | Annotate | Download | only in Frontend

Lines Matching refs:CodeToInsert

996     if (!I->CodeToInsert.empty()) {
1002 StringRef(I->CodeToInsert).find_first_of("\n\r") == StringRef::npos) {
1028 (HintCol - PrevHintEndCol) + I->CodeToInsert.size();
1032 std::copy(I->CodeToInsert.begin(), I->CodeToInsert.end(),
1033 FixItInsertionLine.end() - I->CodeToInsert.size());
1036 HintCol + llvm::sys::locale::columnWidth(I->CodeToInsert);
1255 OS.write_escaped(I->CodeToInsert);