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

/external/clang/lib/Sema/
H A DSemaTemplate.cpp4241 S.IsQualificationConversion(Arg->getType(), ParamType, false,
4279 S.IsQualificationConversion(ArgType, ParamType, false,
4646 if (S.IsQualificationConversion(Arg->getType(),
5228 if (IsQualificationConversion(((Expr*) RefExpr.get())->getType(),
H A DSemaCast.cpp473 // C++ 4.4. We piggyback on Sema::IsQualificationConversion for this, since
529 !Self.IsQualificationConversion(SrcConstruct, DestConstruct, false,
H A DSemaOverload.cpp1674 if (S.IsQualificationConversion(FromType, ToType, CStyle,
2816 /// IsQualificationConversion - Determines whether the conversion from
2824 Sema::IsQualificationConversion(QualType FromType, QualType ToType, function in class:clang::Sema
3725 // IsQualificationConversion does, but here we're checking for a
6053 if (S.IsQualificationConversion(ConvType, ToNonRefType, /*CStyle*/false,
H A DSemaTemplateDeduction.cpp2740 (S.IsQualificationConversion(A, DeducedA, false,
/external/clang/include/clang/Sema/
H A DSema.h2094 bool IsQualificationConversion(QualType FromType, QualType ToType,

Completed in 912 milliseconds