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

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

Completed in 33 milliseconds