Home | History | Annotate | Download | only in Frontend

Lines Matching refs:PointerTypeTakesAnyBlockArguments

560     bool PointerTypeTakesAnyBlockArguments(QualType QT);
617 if (PT && PointerTypeTakesAnyBlockArguments(funcType))
5008 bool RewriteModernObjC::PointerTypeTakesAnyBlockArguments(QualType QT) {
5113 if (PointerTypeTakesAnyBlockArguments(DeclT) ||