Lines Matching +defs:end +defs:re

68     // if we're checking an interface declaration.
102 // If we're in a system header, and this is not a call, just make
535 } // end anonymous namespace
565 // to the class we're defining.
603 // @interface NewI @end
605 // @interface SI : DeprI /* warn here */ @end
615 // @interface MyClass : SuperClass {} @end
786 if (known != knownParams.end()) {
823 } // end anonymous namespace
1079 // Start the definition of this class. If we're in a redefinition case, there
1080 // may already be a definition, so we'll end up adding to it.
1197 E = PList.end(); I != E; ++I) {
1231 // That way, we'll end up completely ignoring the duplicate.
1371 // If we're allowed to find protocols and we have a protocol, accept it.
1377 // If we're allowed to find type names and we have one, accept it.
1414 } // end anonymous namespace
2261 // Add an empty definition at the end of the @implementation.
2404 // category, and sometimes they're even completely explicitly allowed.
2486 // category, and sometimes they're even completely explicitly allowed..
3171 // If we're doing a strict match, the types have to match exactly.
3248 RecordDecl::field_iterator ri = right->field_begin(), re = right->field_end();
3249 for (; li != le && ri != re; ++li, ++ri) {
3253 return (li == le && ri == re);
3283 re = right->param_end();
3285 for (; li != le && ri != re; ++li, ++ri) {
3355 // end.
3445 if (Pos == MethodPool.end())
3521 if (Pos == MethodPool.end())
3570 if (Pos == MethodPool.end())
3584 if (Pos == MethodPool.end())
3654 if (Pos == MethodPool.end())
3730 e = MethodPool.end(); b != e; b++) {
3912 (Ivars.begin() == Ivars.end()) ? nullptr : *Ivars.begin();
3990 assert(AtEnd.isValid() && "Invalid location for '@end'");
4215 for (DeclGroupRef::iterator I = DG.begin(), E = DG.end(); I != E; ++I)
4226 for (DeclGroupRef::iterator I = DG.begin(), E = DG.end(); I != E; ++I)
4298 if (it == S.ObjC().MethodPool.end()) {
4303 if (it == S.ObjC().MethodPool.end())
4328 iterator end() const { return Overridden.end(); }
4422 // Note that we're now in a recursive case.
4428 } // end anonymous namespace
4479 if (It != MethodPool.end()) {
5094 // Following is also an error. But it is caused by a missing @end
5145 D != Decls.end(); ++D) {
5355 } // end anonymous namespace