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

  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp 504 bool PointerTypeTakesAnyBlockArguments(QualType QT);
562 if (PT && PointerTypeTakesAnyBlockArguments(funcType))
    [all...]
RewriteObjC.cpp 466 bool PointerTypeTakesAnyBlockArguments(QualType QT);
556 if (PT && PointerTypeTakesAnyBlockArguments(funcType))
    [all...]

Completed in 334 milliseconds