Searched refs:convertFunctionTypeOfBlocks (Results 1 – 1 of 1) sorted by relevance
520 QualType convertFunctionTypeOfBlocks(const FunctionType *FT);4511 T = convertFunctionTypeOfBlocks(FT); in convertObjCTypeToCStyleType()4525 QualType RewriteModernObjC::convertFunctionTypeOfBlocks(const FunctionType *FT) { in convertFunctionTypeOfBlocks() function in RewriteModernObjC5254 QualType BFT = convertFunctionTypeOfBlocks(Exp->getFunctionType()); in SynthBlockInitExpr()