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

/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp437 QualType convertFunctionTypeOfBlocks(const FunctionType *FT);
3732 /// convertFunctionTypeOfBlocks - This routine converts a function type
3736 QualType RewriteObjC::convertFunctionTypeOfBlocks(const FunctionType *FT) { function in class:RewriteObjC
4457 QualType BFT = convertFunctionTypeOfBlocks(Exp->getFunctionType());
H A DRewriteModernObjC.cpp534 QualType convertFunctionTypeOfBlocks(const FunctionType *FT);
4640 T = convertFunctionTypeOfBlocks(FT);
4650 /// convertFunctionTypeOfBlocks - This routine converts a function type
4654 QualType RewriteModernObjC::convertFunctionTypeOfBlocks(const FunctionType *FT) { function in class:RewriteModernObjC
5399 QualType BFT = convertFunctionTypeOfBlocks(Exp->getFunctionType());

Completed in 99 milliseconds