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

/external/clang/lib/Sema/
H A DSemaOverload.cpp1639 } else if (S.IsPointerConversion(From, FromType, ToType, InOverloadResolution,
2023 /// IsPointerConversion - Determines whether the conversion of the
2039 bool Sema::IsPointerConversion(Expr *From, QualType FromType, QualType ToType, function in class:Sema
2189 /// Objective-C pointer conversion. Subroutine of IsPointerConversion,
2653 /// conversions for which IsPointerConversion has already returned

Completed in 75 milliseconds