/external/sfntly/cpp/src/sfntly/table/core/ |
cmap_table.cc | 568 // TODO(arthurhsu): FIXIT: heavy lifting and leak, need fix. 579 // TODO(arthurhsu): FIXIT: heavy lifting and leak, need fix. [all...] |
/external/clang/lib/Frontend/ |
ASTUnit.cpp | [all...] |
DiagnosticRenderer.cpp | 560 /// \param Hints The FixIt hints active for this diagnostic.
|
/external/clang/docs/ |
UsersManual.rst | 316 .. _opt_fdiagnostics-fixit-info: 318 **-f[no-]diagnostics-fixit-info** 319 Enable "FixIt" information in the diagnostics output. 332 Passing **-fno-diagnostics-fixit-info** will prevent Clang from 646 #. "FixIt" information, which is a concise explanation of how to fix the 648 [:ref:`-fdiagnostics-fixit-info <opt_fdiagnostics-fixit-info>`]. [all...] |
/external/clang/bindings/python/clang/ |
cindex.py | 358 return FixIt(range, value) 392 class FixIt(object): 394 A FixIt represents a transformation to be applied to the source to 404 return "<FixIt range %r, value %r>" % (self.range, self.value) [all...] |
/external/clang/utils/TableGen/ |
ClangDiagnosticsEmitter.cpp | 244 SMFixIt FixIt(InGroupRange, Replacement); 251 InGroupRange.isValid() ? FixIt [all...] |
/external/opencv3/modules/core/test/ocl/ |
test_arithm.cpp | 146 randomSubMat(src1, src1_roi, roiSize, src1Border, type, 2, 11); // FIXIT: Test with minV, maxV [all...] |
/external/clang/docs/CommandGuide/ |
clang.rst | 407 .. option:: -fshow-column, -fshow-source-location, -fcaret-diagnostics, -fdiagnostics-fixit-info, -fdiagnostics-parseable-fixits, -fdiagnostics-print-source-range-info, -fprint-source-range-info, -fdiagnostics-show-option, -fmessage-length
|
/external/clang/include/clang/Sema/ |
Overload.h | 618 /// The FixIt hints which can be used to fix the Bad candidate.
|
/external/clang/lib/AST/ |
CommentSema.cpp | 682 // Try to emit a fixit with a deprecation attribute. [all...] |
/external/clang/lib/Parse/ |
ParseExprCXX.cpp | 50 // Suggest fixit for "<::" after a cast. 432 // and emit a fixit hint for it. 870 // FIXME: If we want to suggest a fixit here, will need to return more [all...] |
ParseDecl.cpp | [all...] |
ParseDeclCXX.cpp | 613 // No removal fixit: can't recover from this. [all...] |
ParseCXXInlineMethods.cpp | 641 // No fixit; we can't recover as if there were a semicolon here. [all...] |
ParseTemplate.cpp | 577 // identifier, comma, or greater. Provide a fixit if the identifier, comma, [all...] |
/external/clang/lib/Sema/ |
AnalysisBasedWarnings.cpp | 628 // Don't issue a fixit if there is already an initializer. 632 // Don't suggest a fixit inside macros. 648 /// Create a fixit to remove an if-like statement, on the assumption that its 890 // an initialization fixit. [all...] |
SemaChecking.cpp | 3827 FixItHint fixit = local [all...] |
Sema.cpp | [all...] |
SemaExprObjC.cpp | [all...] |
SemaExceptionSpec.cpp | 344 // FIXME: Preserve enough information so that we can produce a correct fixit [all...] |
SemaExpr.cpp | [all...] |
/external/opencv3/modules/core/include/opencv2/core/ |
ocl.hpp | 181 // FIXIT
|
/external/clang/lib/Analysis/ |
PrintfFormatString.cpp | 558 // how CoreFoundation objects are implemented), we only show a fixit for '%@'
|
/external/clang/lib/Lex/ |
PPDirectives.cpp | 262 // Add a fixit in GNU/C99/C++ mode. Don't offer a fixit for strict-C89, [all...] |
/external/clang/include/clang/Driver/ |
Options.td | 508 def fdiagnostics_fixit_info : Flag<["-"], "fdiagnostics-fixit-info">, Group<f_clang_Group>; [all...] |