Lines Matching +defs:end +defs:re

63     // if we're checking an interface declaration.
97 // If we're in a system header, and this is not a call, just make
522 } // end anonymous namespace
556 // to the class we're defining.
594 // @interface NewI @end
596 // @interface SI : DeprI /* warn here */ @end
605 // @interface MyClass : SuperClass {} @end
786 if (known != knownParams.end()) {
822 } // end anonymous namespace
1072 // Start the definition of this class. If we're in a redefinition case, there
1073 // may already be a definition, so we'll end up adding to it.
1187 E = PList.end(); I != E; ++I) {
1225 // That way, we'll end up completely ignoring the duplicate.
1350 // If we're allowed to find protocols and we have a protocol, accept it.
1356 // If we're allowed to find type names and we have one, accept it.
1393 } // end anonymous namespace
2363 // category, and sometimes they're even completely whitelisted.
2447 // category, and sometimes they're even completely whitelisted.
2705 ProtocolsExplictImpl->end())
3144 // If we're doing a strict match, the types have to match exactly.
3220 RecordDecl::field_iterator ri = right->field_begin(), re = right->field_end();
3221 for (; li != le && ri != re; ++li, ++ri) {
3225 return (li == le && ri == re);
3254 re = right->param_end();
3256 for (; li != le && ri != re; ++li, ++ri) {
3326 // end.
3416 if (Pos == MethodPool.end())
3491 if (Pos == MethodPool.end())
3540 if (Pos == MethodPool.end())
3554 if (Pos == MethodPool.end())
3623 if (Pos == MethodPool.end())
3699 e = MethodPool.end(); b != e; b++) {
3881 (Ivars.begin() == Ivars.end()) ? nullptr : *Ivars.begin();
3908 assert(AtEnd.isValid() && "Invalid location for '@end'");
4134 for (DeclGroupRef::iterator I = DG.begin(), E = DG.end(); I != E; ++I)
4145 for (DeclGroupRef::iterator I = DG.begin(), E = DG.end(); I != E; ++I)
4216 if (it == S.MethodPool.end()) {
4221 if (it == S.MethodPool.end())
4246 iterator end() const { return Overridden.end(); }
4340 // Note that we're now in a recursive case.
4346 } // end anonymous namespace
4390 if (It != MethodPool.end()) {
4963 // Following is also an error. But it is caused by a missing @end
5012 D != Decls.end(); ++D) {
5219 } // end anonymous namespace