Searched refs:CodeToInsert (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| H A D | FixItRewriter.cpp | 158 if (Hint.CodeToInsert.empty()) { in HandleDiagnostic() 168 commit.replace(Hint.RemoveRange, Hint.CodeToInsert); in HandleDiagnostic() 170 commit.insert(Hint.RemoveRange.getBegin(), Hint.CodeToInsert, in HandleDiagnostic()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | TextDiagnostic.cpp | 1062 if (!I->CodeToInsert.empty()) { in buildFixItInsertionLine() 1069 StringRef(I->CodeToInsert).find_first_of("\n\r") == StringRef::npos) { in buildFixItInsertionLine() 1095 (HintCol - PrevHintEndCol) + I->CodeToInsert.size(); in buildFixItInsertionLine() 1099 std::copy(I->CodeToInsert.begin(), I->CodeToInsert.end(), in buildFixItInsertionLine() 1100 FixItInsertionLine.end() - I->CodeToInsert.size()); in buildFixItInsertionLine() 1103 HintCol + llvm::sys::locale::columnWidth(I->CodeToInsert); in buildFixItInsertionLine() 1343 OS.write_escaped(I->CodeToInsert); in emitParseableFixits()
|
| H A D | DiagnosticRenderer.cpp | 65 if (Hint.CodeToInsert.empty()) { in mergeFixits() 75 commit.replace(Hint.RemoveRange, Hint.CodeToInsert); in mergeFixits() 77 commit.insert(Hint.RemoveRange.getBegin(), Hint.CodeToInsert, in mergeFixits()
|
| H A D | SerializedDiagnosticPrinter.cpp | 116 StringRef CodeToInsert) override; 706 Record.push_back(Fix.CodeToInsert.size()); in EmitCodeContext() 708 Fix.CodeToInsert); in EmitCodeContext()
|
| H A D | ASTUnit.cpp | 1230 OutFix.CodeToInsert = InFix.CodeToInsert; in makeStandaloneFixIt() 2375 FH.CodeToInsert = FixIt.CodeToInsert; in TranslateStoredDiagnostics()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | Diagnostic.h | 78 std::string CodeToInsert; variable 98 Hint.CodeToInsert = Code; 133 Hint.CodeToInsert = Code; in CreateReplacement()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.cpp | 990 if (fixit.CodeToInsert.empty()) { in RewriteExpression() 1000 commit.replace(fixit.RemoveRange, fixit.CodeToInsert); in RewriteExpression() 1002 commit.insert(fixit.RemoveRange.getBegin(), fixit.CodeToInsert, in RewriteExpression()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/ |
| H A D | ASTUnit.h | 92 std::string CodeToInsert; member
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | CodeCompleteConsumer.cpp | 590 << " to \"" << FixIt.CodeToInsert << "\")"; in ProcessCodeCompleteResults()
|