Searched refs:TryFunctionConversion (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 1336 if (QualType AdjustedParam; TryFunctionConversion(P, A, AdjustedParam)) in isSameOrCompatibleFunctionType()
|
| H A D | SemaOverload.cpp | 1885 bool Sema::TryFunctionConversion(QualType FromType, QualType ToType, in TryFunctionConversion() function in Sema 2517 if (S.TryFunctionConversion(FromType, ToType, FromType)) { in IsStandardConversion()
|
| H A D | SemaExpr.cpp | 9075 !S.TryFunctionConversion(RHSType, LHSType, RHSType)) in checkPointerTypesForAssignment()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 10186 bool TryFunctionConversion(QualType FromType, QualType ToType,
|