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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/
H A DFixIt.cpp18 namespace fixit { namespace in namespace:clang::tooling
27 } // end namespace fixit
/netbsd-current/usr.bin/crunch/examples/
H A DMakefile5 CRUNCHED= fixit
/netbsd-current/external/apache2/llvm/dist/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
/netbsd-current/usr.bin/rpcgen/
H A Drpc_util.c81 static const char *fixit(const char *, const char *);
141 fixit(const char *type, const char *orig) function
153 return (fixit(def->def.ty.old_type, orig));
162 return (fixit(type, type));
/netbsd-current/external/bsd/am-utils/dist/fixmount/
H A Dfixmount.c154 remove_mount(CLIENT *client, char *host, mountlist ml, int fixit) argument
162 if (!fixit) {
194 fix_rmtab(CLIENT *client, char *host, mountlist mp, int fixit, int force) argument
212 remove_mount(client, host, p, fixit);
/netbsd-current/usr.bin/sort/
H A Dsort.h182 void fixit(int *, char **, const char *);
H A Dsort.c151 fixit(&argc, argv, SORT_OPTS);
H A Dinit.c285 fixit(int *argc, char **argv, const char *opts) function
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp223 for (const auto &fixit : fixits) {
224 assert(!fixit.isNull());
226 assert(!fixit.InsertFromRange.isValid() && "Not implemented yet!");
227 assert(!fixit.BeforePreviousInsertions && "Not implemented yet!");
230 EmitRange(o, SM, Lexer::getAsCharRange(fixit.RemoveRange, SM, LangOpts),
233 EmitString(o, fixit.CodeToInsert);
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dcoff-ppc.c1054 int fixit;
1075 fixit = FALSE;
1106 fixit = TRUE;
1168 fixit = TRUE;
1172 if (fixit && info->base_file)
1049 int fixit; local
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp8292 FixItHint fixit = local
8303 fixit);
8310 // Warn about pointless flag with a fixit removal.
8328 // Warn about ignored flag with a fixit removal.
13122 // Check to see if '()' fixit should be emitted.
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dsanity.sh23334 done" >fixit
23345 sh ../fixit
23346 cd ../3; sh ../fixit
[all...]

Completed in 285 milliseconds