HomeSort by: relevance | last modified time | path
    Searched refs:tryToFixConversion (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
SemaFixItUtils.h 30 /// new conversions are added using TryToFixConversion method. The default type
75 bool tryToFixConversion(const Expr *FromExpr,
Overload.h 884 bool CanFix = Fix.tryToFixConversion(
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaFixItUtils.cpp 50 bool ConversionFixItGenerator::tryToFixConversion(const Expr *FullExpr,
SemaExpr.cpp 15874 ConvHints.tryToFixConversion(SrcExpr, SrcType, DstType, *this);
15884 ConvHints.tryToFixConversion(SrcExpr, SrcType, DstType, *this);
15894 ConvHints.tryToFixConversion(SrcExpr, SrcType, DstType, *this);
15909 ConvHints.tryToFixConversion(SrcExpr, SrcType, DstType, *this);
16044 ConvHints.tryToFixConversion(SrcExpr, SrcType, DstType, *this);

Completed in 38 milliseconds