Searched refs:fixit (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DFixIt.cpp18 namespace fixit { namespace in namespace:clang::tooling
27 } // end namespace fixit
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangDiagnostic.h40 void AddFixitHint(const clang::FixItHint &fixit) { argument
41 m_fixit_vec.push_back(fixit);
H A DClangExpressionParser.cpp222 const clang::FixItHint &fixit = Info.getFixItHint(i); variable
223 if (!fixit.isNull())
224 new_diagnostic->AddFixitHint(fixit);
1100 for (const FixItHint &fixit : diagnostic->FixIts()) {
1102 if (fixit.CodeToInsert.empty()) {
1103 if (fixit.InsertFromRange.isValid()) {
1104 commit.insertFromRange(fixit.RemoveRange.getBegin(),
1105 fixit.InsertFromRange, /*afterToken=*/false,
1106 fixit.BeforePreviousInsertions);
1108 commit.remove(fixit
[all...]
/freebsd-11-stable/usr.sbin/crunch/examples/
H A DMakefile3 CRUNCHED= fixit
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DFixIt.h14 // tooling::fixit::createReplacement(*A, *B);
15 // tooling::fixit::createReplacement(*B, *A);
26 namespace fixit { namespace in namespace:clang::tooling
75 } // end namespace fixit
/freebsd-11-stable/usr.bin/rpcgen/
H A Drpc_util.c130 fixit(const char *type, const char *orig) function
146 return (fixit(def->def.ty.old_type, orig));
155 return (fixit(type, type));
/freebsd-11-stable/contrib/amd/fixmount/
H A Dfixmount.c152 remove_mount(CLIENT *client, char *host, mountlist ml, int fixit) argument
160 if (!fixit) {
192 fix_rmtab(CLIENT *client, char *host, mountlist mp, int fixit, int force) argument
210 remove_mount(client, host, p, fixit);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp236 for (const auto &fixit : fixits) {
237 assert(!fixit.isNull());
239 assert(!fixit.InsertFromRange.isValid() && "Not implemented yet!");
240 assert(!fixit.BeforePreviousInsertions && "Not implemented yet!");
243 EmitRange(o, SM, Lexer::getAsCharRange(fixit.RemoveRange, SM, LangOpts),
246 EmitString(o, fixit.CodeToInsert);
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoff-ppc.c1120 int fixit;
1141 fixit = FALSE;
1171 fixit = TRUE;
1232 fixit = TRUE;
1236 if (fixit && info->base_file)
1113 int fixit; local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7937 FixItHint fixit = local
7948 fixit);
7955 // Warn about pointless flag with a fixit removal.
7973 // Warn about ignored flag with a fixit removal.
12468 // Check to see if '()' fixit should be emitted.

Completed in 173 milliseconds