Home
last modified time | relevance | path

Searched refs:TryFunctionConversion (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1336 if (QualType AdjustedParam; TryFunctionConversion(P, A, AdjustedParam)) in isSameOrCompatibleFunctionType()
H A DSemaOverload.cpp1885 bool Sema::TryFunctionConversion(QualType FromType, QualType ToType, in TryFunctionConversion() function in Sema
2517 if (S.TryFunctionConversion(FromType, ToType, FromType)) { in IsStandardConversion()
H A DSemaExpr.cpp9075 !S.TryFunctionConversion(RHSType, LHSType, RHSType)) in checkPointerTypesForAssignment()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10186 bool TryFunctionConversion(QualType FromType, QualType ToType,