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

/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp473 bool PointerTypeTakesAnyBlockArguments(QualType QT);
562 if (PT && PointerTypeTakesAnyBlockArguments(funcType))
4053 bool RewriteObjC::PointerTypeTakesAnyBlockArguments(QualType QT) { function in class:RewriteObjC
4158 if (PointerTypeTakesAnyBlockArguments(DeclT) ||
H A DRewriteModernObjC.cpp560 bool PointerTypeTakesAnyBlockArguments(QualType QT);
617 if (PT && PointerTypeTakesAnyBlockArguments(funcType))
5004 bool RewriteModernObjC::PointerTypeTakesAnyBlockArguments(QualType QT) { function in class:RewriteModernObjC
5109 if (PointerTypeTakesAnyBlockArguments(DeclT) ||

Completed in 67 milliseconds