Home | History | Annotate | Download | only in Frontend

Lines Matching refs:convertFunctionTypeOfBlocks

520     QualType convertFunctionTypeOfBlocks(const FunctionType *FT);
4708 T = convertFunctionTypeOfBlocks(FT);
4718 /// convertFunctionTypeOfBlocks - This routine converts a function type
4722 QualType RewriteModernObjC::convertFunctionTypeOfBlocks(const FunctionType *FT) {
5471 QualType BFT = convertFunctionTypeOfBlocks(Exp->getFunctionType());