| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangDiagnostic.h | 40 void AddFixitHint(const clang::FixItHint &fixit) { in AddFixitHint() argument 41 m_fixit_vec.push_back(fixit); in AddFixitHint()
|
| H A D | ClangExpressionParser.cpp | 1229 if (fixit.CodeToInsert.empty()) { in ApplyFixIt() 1230 if (fixit.InsertFromRange.isValid()) { in ApplyFixIt() 1231 commit.insertFromRange(fixit.RemoveRange.getBegin(), in ApplyFixIt() 1233 fixit.BeforePreviousInsertions); in ApplyFixIt() 1236 commit.remove(fixit.RemoveRange); in ApplyFixIt() 1239 if (fixit.RemoveRange.isTokenRange() || in ApplyFixIt() 1240 fixit.RemoveRange.getBegin() != fixit.RemoveRange.getEnd()) { in ApplyFixIt() 1241 commit.replace(fixit.RemoveRange, fixit.CodeToInsert); in ApplyFixIt() 1244 commit.insert(fixit.RemoveRange.getBegin(), fixit.CodeToInsert, in ApplyFixIt() 1283 for (const FixItHint &fixit : diagnostic->FixIts()) in RewriteExpression() local [all …]
|
| /freebsd-13.1/usr.sbin/crunch/ |
| H A D | README | 25 on boot, install, and fixit floppies. A crunched binary in this case is 31 As an example, I have created an 980K crunched "fixit" binary containing 44 easily with a kernel for a decent one-disk fixit filesystem. 82 was good to put on your fixit or install disks. Thanks!
|
| /freebsd-13.1/usr.bin/rpcgen/ |
| H A D | rpc_util.c | 130 fixit(const char *type, const char *orig) in fixit() function 146 return (fixit(def->def.ty.old_type, orig)); in fixit() 155 return (fixit(type, type)); in fixtype()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | FixIt.cpp | 18 namespace fixit { namespace
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | PlistDiagnostics.cpp | 223 for (const auto &fixit : fixits) { in EmitFixits() local 224 assert(!fixit.isNull()); in EmitFixits() 226 assert(!fixit.InsertFromRange.isValid() && "Not implemented yet!"); in EmitFixits() 227 assert(!fixit.BeforePreviousInsertions && "Not implemented yet!"); in EmitFixits() 230 EmitRange(o, SM, Lexer::getAsCharRange(fixit.RemoveRange, SM, LangOpts), in EmitFixits() 233 EmitString(o, fixit.CodeToInsert); in EmitFixits()
|
| /freebsd-13.1/usr.sbin/crunch/examples/ |
| H A D | Makefile | 3 CRUNCHED= fixit
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/ |
| H A D | FixIt.h | 26 namespace fixit {
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticOptions.def | 56 DIAGOPT(ShowFixits, 1, 1) /// Show fixit information.
|
| /freebsd-13.1/usr.sbin/bsdconfig/share/media/ |
| H A D | floppy.subr | 217 if f_interactive && [ "$_systemState" != "fixit" ]; then
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 1338 def fdiagnostics_fixit_info : Flag<["-"], "fdiagnostics-fixit-info">, Group<f_clang_Group>; 1339 def fno_diagnostics_fixit_info : Flag<["-"], "fno-diagnostics-fixit-info">, Group<f_Group>, 1340 Flags<[CC1Option]>, HelpText<"Do not include fixit information in diagnostics">, 5328 def fixit : Flag<["-"], "fixit">, 5330 def fixit_EQ : Joined<["-"], "fixit=">, 5437 def fixit_recompile : Flag<["-"], "fixit-recompile">, 5440 def fixit_to_temp : Flag<["-"], "fixit-to-temporary">,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 8564 FixItHint fixit = in HandleInvalidAmount() local 8575 fixit); in HandleInvalidAmount()
|