HomeSort by relevance Sort by last modified time
    Searched full:fixit (Results 51 - 68 of 68) sorted by null

1 23

  /external/clang/lib/Frontend/
CompilerInvocation.cpp 291 Res.push_back("-fno-diagnostics-fixit-info");
391 case frontend::FixIt: return "-fixit";
    [all...]
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 483 // No fixit; we can't recover as if there were a semicolon here.
Parser.cpp     [all...]
ParseExprCXX.cpp 44 // Suggest fixit for "<::" after a cast.
327 // and emit a fixit hint for it.
643 // FIXME: If we want to suggest a fixit here, will need to return more
    [all...]
ParseDeclCXX.cpp 514 // No removal fixit: can't recover from this.
    [all...]
ParseExpr.cpp 309 // a fixit hint. If there were two spaces before the current token,
    [all...]
  /external/clang/www/
diagnostics.html 310 the following line (line 5). This is particularly important with fixit hints
  /external/clang/include/clang/Driver/
Options.td 293 def fdiagnostics_fixit_info : Flag<"-fdiagnostics-fixit-info">, Group<f_clang_Group>;
371 def fno_diagnostics_fixit_info : Flag<"-fno-diagnostics-fixit-info">, Group<f_Group>;
    [all...]
  /external/clang/lib/Lex/
PPDirectives.cpp 171 // Add a fixit in GNU/C99/C++ mode. Don't offer a fixit for strict-C89,
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaInit.cpp     [all...]
SemaExpr.cpp     [all...]
SemaStmt.cpp 131 // If the LHS is a plausible entity to assign to, provide a fixit hint to
    [all...]
SemaOverload.cpp     [all...]
  /external/clang/include/clang-c/
Index.h 741 * \param FixIt The zero-based index of the fix-it.
752 unsigned FixIt,
    [all...]
  /external/clang/lib/Driver/
Tools.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h 276 /// DiagID and a fixit hint to turn '==' -> '='.
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 1471 milliseconds

1 23