Searched refs:IsPointerConversion (Results 1 – 4 of 4) 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/llvm-project/clang/lib/Sema/ |
D | SemaOverload.cpp | 1909 } else if (S.IsPointerConversion(From, FromType, ToType, InOverloadResolution, in IsStandardConversion() 2352 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,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 3276 bool IsPointerConversion(Expr *From, QualType FromType, QualType ToType,
|