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

/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp465 bool PointerTypeTakesAnyBlockArguments(QualType QT);
560 if (PT && PointerTypeTakesAnyBlockArguments(funcType))
3972 bool RewriteObjC::PointerTypeTakesAnyBlockArguments(QualType QT) { function in class:RewriteObjC
4075 if (PointerTypeTakesAnyBlockArguments(DeclT) ||
H A DRewriteModernObjC.cpp565 bool PointerTypeTakesAnyBlockArguments(QualType QT);
629 if (PT && PointerTypeTakesAnyBlockArguments(funcType))
4886 bool RewriteModernObjC::PointerTypeTakesAnyBlockArguments(QualType QT) { function in class:RewriteModernObjC
4989 if (PointerTypeTakesAnyBlockArguments(DeclT) ||

Completed in 87 milliseconds