HomeSort by relevance Sort by last modified time
    Searched defs:Fix (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 663 const FixItHint &Fix = *I;
664 if (Fix.isNull())
668 AddCharSourceRangeToRecord(Fix.RemoveRange, Record, SM);
669 Record.push_back(Fix.CodeToInsert.size());
671 Fix.CodeToInsert);
ASTUnit.cpp     [all...]
  /external/clang/include/clang/Sema/
Overload.h 619 /// The FixIt hints which can be used to fix the Bad candidate.
620 ConversionFixItGenerator Fix;
671 bool CanFix = Fix.tryToFixConversion(
678 Fix.clear();
  /external/chromium_org/v8/src/
objects.cc     [all...]

Completed in 130 milliseconds