Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp465 bool PointerTypeTakesAnyBlockArguments(QualType QT);
560 if (PT && PointerTypeTakesAnyBlockArguments(funcType)) in CheckFunctionPointerDecl()
3986 bool RewriteObjC::PointerTypeTakesAnyBlockArguments(QualType QT) { in PointerTypeTakesAnyBlockArguments() function in RewriteObjC
4089 if (PointerTypeTakesAnyBlockArguments(DeclT) || in RewriteBlockPointerDecl()
DRewriteModernObjC.cpp565 bool PointerTypeTakesAnyBlockArguments(QualType QT);
629 if (PT && PointerTypeTakesAnyBlockArguments(funcType)) in CheckFunctionPointerDecl()
4908 bool RewriteModernObjC::PointerTypeTakesAnyBlockArguments(QualType QT) { in PointerTypeTakesAnyBlockArguments() function in RewriteModernObjC
5011 if (PointerTypeTakesAnyBlockArguments(DeclT) || in RewriteBlockPointerDecl()