Searched refs:isFuncParamTypeConvertible (Results 1 – 4 of 4) sorted by relevance
34 bool CIRGenTypes::isFuncParamTypeConvertible(clang::QualType type) { in isFuncParamTypeConvertible() function in CIRGenTypes54 if (!isFuncParamTypeConvertible(ft->getReturnType())) in isFuncTypeConvertible()59 if (!isFuncParamTypeConvertible(fpt->getParamType(i))) in isFuncTypeConvertible()
87 bool isFuncParamTypeConvertible(clang::QualType type);
197 bool CodeGenTypes::isFuncParamTypeConvertible(QualType Ty) { in isFuncParamTypeConvertible() function in CodeGenTypes218 if (!isFuncParamTypeConvertible(FT->getReturnType())) in isFuncTypeConvertible()223 if (!isFuncParamTypeConvertible(FPT->getParamType(i))) in isFuncTypeConvertible()
157 bool isFuncParamTypeConvertible(QualType Ty);