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

  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 574 bool PointerTypeTakesAnyBlockArguments(QualType QT);
638 if (PT && PointerTypeTakesAnyBlockArguments(funcType))
    [all...]
RewriteObjC.cpp 474 bool PointerTypeTakesAnyBlockArguments(QualType QT);
569 if (PT && PointerTypeTakesAnyBlockArguments(funcType))
    [all...]

Completed in 39 milliseconds