Searched refs:IsPointerConversion (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 1705 } else if (S.IsPointerConversion(From, FromType, ToType, InOverloadResolution, in IsStandardConversion() 2105 bool Sema::IsPointerConversion(Expr *From, QualType FromType, QualType ToType, in IsPointerConversion() function in Sema
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2273 bool IsPointerConversion(Expr *From, QualType FromType, QualType ToType,
|