Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:convertFunctionTypeOfBlocks

464     QualType convertFunctionTypeOfBlocks(const FunctionType *FT);
4227 T = convertFunctionTypeOfBlocks(FT);
4237 /// convertFunctionTypeOfBlocks - This routine converts a function type
4241 QualType RewriteModernObjC::convertFunctionTypeOfBlocks(const FunctionType *FT) {
4992 QualType BFT = convertFunctionTypeOfBlocks(Exp->getFunctionType());