Home
last modified time | relevance | path

Searched refs:PointerTypeTakesAnyBlockArguments (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp466 bool PointerTypeTakesAnyBlockArguments(QualType QT);
560 if (PT && PointerTypeTakesAnyBlockArguments(funcType)) in CheckFunctionPointerDecl()
3957 bool RewriteObjC::PointerTypeTakesAnyBlockArguments(QualType QT) { in PointerTypeTakesAnyBlockArguments() function in RewriteObjC
4060 if (PointerTypeTakesAnyBlockArguments(DeclT) || in RewriteBlockPointerDecl()
DRewriteModernObjC.cpp560 bool PointerTypeTakesAnyBlockArguments(QualType QT);
623 if (PT && PointerTypeTakesAnyBlockArguments(funcType)) in CheckFunctionPointerDecl()
4813 bool RewriteModernObjC::PointerTypeTakesAnyBlockArguments(QualType QT) { in PointerTypeTakesAnyBlockArguments() function in RewriteModernObjC
4916 if (PointerTypeTakesAnyBlockArguments(DeclT) || in RewriteBlockPointerDecl()