Searched defs:ConvHints (Results 1 - 1 of 1) sorted by path

/external/clang/lib/Sema/
H A DSemaExpr.cpp10851 ConversionFixItGenerator ConvHints; local
10864 ConvHints.tryToFixConversion(SrcExpr, SrcType, DstType, *this);
10869 ConvHints.tryToFixConversion(SrcExpr, SrcType, DstType, *this);
10880 ConvHints.tryToFixConversion(SrcExpr, SrcType, DstType, *this);
10971 ConvHints.tryToFixConversion(SrcExpr, SrcType, DstType, *this);
11006 assert(ConvHints.isNull() || Hint.isNull());
11007 if (!ConvHints.isNull()) {
11008 for (std::vector<FixItHint>::iterator HI = ConvHints.Hints.begin(),
11009 HE = ConvHints.Hints.end(); HI != HE; ++HI)
11014 if (MayHaveConvFixit) { FDiag << (unsigned) (ConvHints
[all...]

Completed in 243 milliseconds