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

/external/clang/lib/Rewrite/
H A DRewriteModernObjC.cpp2672 ObjCMethodDecl *ArrayMethod = Exp->getArrayWithObjectsMethod(); local
2674 ArrayMethod->getSelector().getAsString(),
2695 for (ObjCMethodDecl::param_iterator PI = ArrayMethod->param_begin(),
2696 E = ArrayMethod->param_end(); PI != E; ++PI)
2714 ArrayMethod->isVariadic());

Completed in 28 milliseconds