Searched refs:isFuncParamTypeConvertible (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.h148 bool isFuncParamTypeConvertible(QualType Ty);
H A DCodeGenTypes.cpp194 /// isFuncParamTypeConvertible - Return true if the specified type in a
199 bool CodeGenTypes::isFuncParamTypeConvertible(QualType Ty) { function in class:CodeGenTypes
234 if (!isFuncParamTypeConvertible(FT->getReturnType()))
239 if (!isFuncParamTypeConvertible(FPT->getParamType(i)))

Completed in 49 milliseconds