Home | History | Annotate | Download | only in Frontend

Lines Matching refs:PointerTypeTakesAnyBlockArguments

474     bool PointerTypeTakesAnyBlockArguments(QualType QT);
569 if (PT && PointerTypeTakesAnyBlockArguments(funcType))
4005 bool RewriteObjC::PointerTypeTakesAnyBlockArguments(QualType QT) {
4108 if (PointerTypeTakesAnyBlockArguments(DeclT) ||