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

/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp436 QualType convertFunctionTypeOfBlocks(const FunctionType *FT);
3778 /// convertFunctionTypeOfBlocks - This routine converts a function type
3782 QualType RewriteObjC::convertFunctionTypeOfBlocks(const FunctionType *FT) { function in class:RewriteObjC
4507 QualType BFT = convertFunctionTypeOfBlocks(Exp->getFunctionType());
H A DRewriteModernObjC.cpp520 QualType convertFunctionTypeOfBlocks(const FunctionType *FT);
4704 T = convertFunctionTypeOfBlocks(FT);
4714 /// convertFunctionTypeOfBlocks - This routine converts a function type
4718 QualType RewriteModernObjC::convertFunctionTypeOfBlocks(const FunctionType *FT) { function in class:RewriteModernObjC
5467 QualType BFT = convertFunctionTypeOfBlocks(Exp->getFunctionType());

Completed in 341 milliseconds