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

  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 602 const FixItHint &Fix = *I;
603 if (Fix.isNull())
607 AddCharSourceRangeToRecord(Fix.RemoveRange, Record, SM);
608 Record.push_back(Fix.CodeToInsert.size());
610 Fix.CodeToInsert);
  /external/clang/include/clang/Sema/
Overload.h 628 /// The FixIt hints which can be used to fix the Bad candidate.
629 ConversionFixItGenerator Fix;
723 bool CanFix = Fix.tryToFixConversion(
730 Fix.clear();
  /external/v8/src/
objects.cc     [all...]

Completed in 84 milliseconds