Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DTextDiagnostic.cpp323 std::string &FixItInsertionLine, in selectInterestingSourceRegion() argument
327 unsigned FixItColumns = llvm::sys::locale::columnWidth(FixItInsertionLine); in selectInterestingSourceRegion()
354 if (!FixItInsertionLine.empty()) { in selectInterestingSourceRegion()
355 unsigned FixItStart = 0, FixItEnd = FixItInsertionLine.size(); in selectInterestingSourceRegion()
357 if (!isWhitespace(FixItInsertionLine[FixItStart])) in selectInterestingSourceRegion()
361 if (!isWhitespace(FixItInsertionLine[FixItEnd - 1])) in selectInterestingSourceRegion()
369 = llvm::sys::locale::columnWidth(FixItInsertionLine.substr(0, FixItEnd)); in selectInterestingSourceRegion()
503 if (!FixItInsertionLine.empty()) in selectInterestingSourceRegion()
504 FixItInsertionLine.replace(0, CaretStart, front_space); in selectInterestingSourceRegion()
1064 std::string FixItInsertionLine; in buildFixItInsertionLine() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DSourceMgr.cpp541 std::string FixItInsertionLine; in print() local
543 CaretLine, FixItInsertionLine, FixIts, in print()
581 if (FixItInsertionLine.empty()) in print()
584 for (size_t i = 0, e = FixItInsertionLine.size(), OutCol = 0; i < e; ++i) { in print()
586 OS << FixItInsertionLine[i]; in print()
593 OS << FixItInsertionLine[i]; in print()
599 if (FixItInsertionLine[i] != ' ') in print()