Home | History | Annotate | Download | only in Frontend

Lines Matching refs:PointerTypeTakesAnyBlockArguments

574     bool PointerTypeTakesAnyBlockArguments(QualType QT);
638 if (PT && PointerTypeTakesAnyBlockArguments(funcType))
4938 bool RewriteModernObjC::PointerTypeTakesAnyBlockArguments(QualType QT) {
5041 if (PointerTypeTakesAnyBlockArguments(DeclT) ||