Home
last modified time | relevance | path

Searched refs:FixItInsertionLine (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Frontend/
DTextDiagnostic.cpp329 std::string &FixItInsertionLine, in selectInterestingSourceRegion() argument
334 FixItInsertionLine.size())); in selectInterestingSourceRegion()
360 if (!FixItInsertionLine.empty()) { in selectInterestingSourceRegion()
361 unsigned FixItStart = 0, FixItEnd = FixItInsertionLine.size(); in selectInterestingSourceRegion()
363 if (!isWhitespace(FixItInsertionLine[FixItStart])) in selectInterestingSourceRegion()
367 if (!isWhitespace(FixItInsertionLine[FixItEnd - 1])) in selectInterestingSourceRegion()
375 = llvm::sys::locale::columnWidth(FixItInsertionLine.substr(0, FixItEnd)); in selectInterestingSourceRegion()
509 if (!FixItInsertionLine.empty()) in selectInterestingSourceRegion()
510 FixItInsertionLine.replace(0, CaretStart, front_space); in selectInterestingSourceRegion()
991 std::string FixItInsertionLine; in buildFixItInsertionLine() local
[all …]
/external/llvm/lib/Support/
DSourceMgr.cpp424 std::string FixItInsertionLine; in print() local
425 buildFixItLine(CaretLine, FixItInsertionLine, FixIts, in print()
465 if (FixItInsertionLine.empty()) in print()
468 for (size_t i = 0, e = FixItInsertionLine.size(), OutCol = 0; i != e; ++i) { in print()
470 S << FixItInsertionLine[i]; in print()
477 S << FixItInsertionLine[i]; in print()
483 if (FixItInsertionLine[i] != ' ') in print()