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

/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp2832 ObjCMethodDecl *ArrayMethod = Exp->getArrayWithObjectsMethod(); local
2834 ArrayMethod->getSelector().getAsString(),
2855 for (ObjCMethodDecl::param_iterator PI = ArrayMethod->param_begin(),
2856 E = ArrayMethod->param_end(); PI != E; ++PI)
2873 getSimpleFunctionType(returnType, ArgTypes, ArrayMethod->isVariadic());

Completed in 55 milliseconds