HomeSort by relevance Sort by last modified time
    Searched refs:PointerTypeTakesAnyBlockArguments (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 465 bool PointerTypeTakesAnyBlockArguments(QualType QT);
560 if (PT && PointerTypeTakesAnyBlockArguments(funcType))
    [all...]
RewriteModernObjC.cpp 565 bool PointerTypeTakesAnyBlockArguments(QualType QT);
629 if (PT && PointerTypeTakesAnyBlockArguments(funcType))
    [all...]

Completed in 73 milliseconds