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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2769 ObjCMethodDecl *ArrayMethod = Exp->getArrayWithObjectsMethod(); local
2771 getStringLiteral(ArrayMethod->getSelector().getAsString()));
2788 for (const auto *PI : ArrayMethod->parameters())
2804 getSimpleFunctionType(returnType, ArgTypes, ArrayMethod->isVariadic());

Completed in 108 milliseconds