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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp429 QualType convertFunctionTypeOfBlocks(const FunctionType *FT);
3694 /// convertFunctionTypeOfBlocks - This routine converts a function type
3698 QualType RewriteObjC::convertFunctionTypeOfBlocks(const FunctionType *FT) { function in class:RewriteObjC
4408 QualType BFT = convertFunctionTypeOfBlocks(Exp->getFunctionType());
H A DRewriteModernObjC.cpp520 QualType convertFunctionTypeOfBlocks(const FunctionType *FT);
4516 T = convertFunctionTypeOfBlocks(FT);
4526 /// convertFunctionTypeOfBlocks - This routine converts a function type
4530 QualType RewriteModernObjC::convertFunctionTypeOfBlocks(const FunctionType *FT) { function in class:RewriteModernObjC
5260 QualType BFT = convertFunctionTypeOfBlocks(Exp->getFunctionType());

Completed in 129 milliseconds