Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/
H A DTextDiagnostic.cpp354 if (!FixItInsertionLine.empty()) { in selectInterestingSourceRegion()
357 if (!isWhitespace(FixItInsertionLine[FixItStart])) in selectInterestingSourceRegion()
361 if (!isWhitespace(FixItInsertionLine[FixItEnd - 1])) in selectInterestingSourceRegion()
503 if (!FixItInsertionLine.empty()) in selectInterestingSourceRegion()
1065 std::string FixItInsertionLine; in buildFixItInsertionLine() local
1067 return FixItInsertionLine; in buildFixItInsertionLine()
1106 if (NewFixItLineSize > FixItInsertionLine.size()) in buildFixItInsertionLine()
1118 expandTabs(FixItInsertionLine, DiagOpts->TabStop); in buildFixItInsertionLine()
1120 return FixItInsertionLine; in buildFixItInsertionLine()
1261 if (!FixItInsertionLine.empty()) { in emitSnippetAndCaret()
[all …]
/llvm-project-15.0.7/llvm/lib/Support/
H A DSourceMgr.cpp548 std::string FixItInsertionLine; in print() local
550 CaretLine, FixItInsertionLine, FixIts, in print()
588 if (FixItInsertionLine.empty()) in print()
591 for (size_t i = 0, e = FixItInsertionLine.size(), OutCol = 0; i < e; ++i) { in print()
593 OS << FixItInsertionLine[i]; in print()
600 OS << FixItInsertionLine[i]; in print()
606 if (FixItInsertionLine[i] != ' ') in print()