| /src/external/apache2/llvm/dist/clang/lib/Tooling/ |
| FixIt.cpp | 1 //===--- FixIt.cpp - FixIt Hint utilities -----------------------*- C++ -*-===// 13 #include "clang/Tooling/FixIt.h" 18 namespace fixit { namespace in namespace:clang::tooling 27 } // end namespace fixit
|
| /src/usr.bin/crunch/examples/ |
| Makefile | 5 CRUNCHED= fixit
|
| /src/external/apache2/llvm/dist/clang/include/clang/Tooling/ |
| FixIt.h | 1 //===--- FixIt.h - FixIt Hint utilities -------------------------*- C++ -*-===// 14 // tooling::fixit::createReplacement(*A, *B); 15 // tooling::fixit::createReplacement(*B, *A); 26 namespace fixit { namespace in namespace:clang::tooling 75 } // end namespace fixit
|
| /src/usr.bin/rpcgen/ |
| rpc_util.c | 81 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));
|
| /src/usr.bin/sort/ |
| sort.h | 182 void fixit(int *, char **, const char *);
|
| init.c | 285 fixit(int *argc, char **argv, const char *opts) function
|
| sort.c | 151 fixit(&argc, argv, SORT_OPTS);
|
| /src/external/bsd/am-utils/dist/fixmount/ |
| fixmount.c | 154 remove_mount(CLIENT *client, char *host, mountlist ml, int fixit) 162 if (!fixit) { 194 fix_rmtab(CLIENT *client, char *host, mountlist mp, int fixit, int force) 212 remove_mount(client, host, p, fixit);
|
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| PlistDiagnostics.cpp | 223 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);
|
| /src/external/apache2/llvm/dist/clang/lib/Sema/ |
| SemaChecking.cpp | 7764 ArrayRef<FixItHint> Fixit = None); 7791 ArrayRef<FixItHint> Fixit = None); 8091 ArrayRef<FixItHint> FixIt) { 8093 Loc, IsStringLocation, StringRange, FixIt); 8122 /// \param FixIt optional fix it hint for the format string. 8127 Range StringRange, ArrayRef<FixItHint> FixIt) { 8131 D << FixIt; 8141 Note << FixIt; 8292 FixItHint fixit = local 8303 fixit); [all...] |
| /src/external/gpl2/xcvs/dist/src/ |
| sanity.sh | 23334 done" >fixit 23345 sh ../fixit 23346 cd ../3; sh ../fixit [all...] |