Searched refs:Fix (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp649 const FixItHint &Fix = *I; local
650 if (Fix.isNull())
654 AddCharSourceRangeToRecord(Fix.RemoveRange, Record, SM);
655 Record.push_back(Fix.CodeToInsert.size());
657 Fix.CodeToInsert);
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DOverload.h616 ConversionFixItGenerator Fix; member in struct:clang::OverloadCandidate
667 bool CanFix = Fix.tryToFixConversion(
674 Fix.clear();
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp201 ProtectedScopeFixer Fix(BodyCtx);
/freebsd-10.2-release/sys/boot/pc98/boot0.5/
H A Dboot0.5.s82 # XXX Fix me!
/freebsd-10.2-release/usr.sbin/bsdinstall/scripts/
H A Dauto177 export ZFSBOOT_PARTITION_SCHEME="GPT + Lenovo Fix"
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp8503 << (unsigned) (Cand->Fix.Kind);
8506 for (std::vector<FixItHint>::iterator HI = Cand->Fix.Hints.begin(),
8507 HE = Cand->Fix.Hints.end(); HI != HE; ++HI)
9033 unsigned numLFixes = L->Fix.NumConversionsFixed;
9034 unsigned numRFixes = R->Fix.NumConversionsFixed;
9109 Cand->Fix.setConversionChecker(TryCopyInitialization);
9897 // Fix the expression to refer to 'fn'.
11896 // Fix the sub expression, which really has to be an

Completed in 197 milliseconds