Searched refs:IsPointerConversion (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaOverload.cpp1628 } else if (S.IsPointerConversion(From, FromType, ToType, InOverloadResolution,
1993 /// IsPointerConversion - Determines whether the conversion of the
2009 bool Sema::IsPointerConversion(Expr *From, QualType FromType, QualType ToType, function in class:clang::Sema
2160 /// Objective-C pointer conversion. Subroutine of IsPointerConversion,
2628 /// conversions for which IsPointerConversion has already returned
/external/clang/include/clang/Sema/
H A DSema.h2067 bool IsPointerConversion(Expr *From, QualType FromType, QualType ToType,

Completed in 274 milliseconds