Searched refs:IsQualificationConversion (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Sema/
H A DSemaCast.cpp469 // C++ 4.4. We piggyback on Sema::IsQualificationConversion for this, since
525 !Self.IsQualificationConversion(SrcConstruct, DestConstruct, false,
H A DSemaTemplate.cpp3634 S.IsQualificationConversion(Arg->getType(), ParamType, false,
3910 S.IsQualificationConversion(ArgType, ParamType, false,
3986 if (S.IsQualificationConversion(Arg->getType(),
4553 if (IsQualificationConversion(((Expr*) RefExpr.get())->getType(),
H A DSemaTemplateDeduction.cpp2474 (S.IsQualificationConversion(A, DeducedA, false,
H A DSemaOverload.cpp1580 if (S.IsQualificationConversion(FromType, ToType, CStyle,
2729 /// IsQualificationConversion - Determines whether the conversion from
2737 Sema::IsQualificationConversion(QualType FromType, QualType ToType, function in class:clang::Sema
3602 // IsQualificationConversion does, but here we're checking for a
/external/clang/include/clang/Sema/
H A DSema.h1695 bool IsQualificationConversion(QualType FromType, QualType ToType,

Completed in 129 milliseconds