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

/external/clang/lib/Rewrite/
H A DRewriteObjC.cpp515 MethodIterator MethodEnd,
5857 MethodIterator MethodEnd,
5862 if (MethodBegin == MethodEnd) return;
5888 unsigned NumMethods = std::distance(MethodBegin, MethodEnd);
5913 for (++MethodBegin; MethodBegin != MethodEnd; ++MethodBegin) {
5856 RewriteObjCMethodsMetaData(MethodIterator MethodBegin, MethodIterator MethodEnd, bool IsInstanceMethod, StringRef prefix, StringRef ClassName, std::string &Result) argument
H A DRewriteModernObjC.cpp383 MethodIterator MethodEnd,
7119 MethodIterator MethodEnd,
7124 if (MethodBegin == MethodEnd) return;
7150 unsigned NumMethods = std::distance(MethodBegin, MethodEnd);
7182 for (++MethodBegin; MethodBegin != MethodEnd; ++MethodBegin) {
7118 RewriteObjCMethodsMetaData(MethodIterator MethodBegin, MethodIterator MethodEnd, bool IsInstanceMethod, StringRef prefix, StringRef ClassName, std::string &Result) argument

Completed in 54 milliseconds