Searched defs:fixit (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Tooling/
H A DFixIt.cpp19 namespace fixit { namespace in namespace:clang::tooling
29 } // end namespace fixit
/external/clang/include/clang/Tooling/
H A DFixIt.h15 // tooling::fixit::createReplacement(*A, *B);
16 // tooling::fixit::createReplacement(*B, *A);
27 namespace fixit { namespace in namespace:clang::tooling
68 } // end namespace fixit
/external/e2fsprogs/e2fsck/
H A Dpass5.c324 int fixit, had_problem; local
506 fixit = end_problem_latch(ctx, PR_LATCH_BBITMAP);
508 fixit = -1;
511 if (fixit == 1) {
529 } else if (fixit == 0)
578 int fixit, had_problem; local
770 fixit = end_problem_latch(ctx, PR_LATCH_IBITMAP);
772 fixit = -1;
775 if (fixit == 1) {
795 } else if (fixit
[all...]
/external/clang/lib/Sema/
H A DSemaChecking.cpp4712 FixItHint fixit = local
4723 fixit);
4730 // Warn about pointless flag with a fixit removal.
4748 // Warn about ignored flag with a fixit removal.
8793 // Check to see if '()' fixit should be emitted.

Completed in 290 milliseconds