Home | History | Annotate | Download | only in Sema

Lines Matching defs:End

1160   for (ArrayRef<ParmVarDecl*>::iterator I = parms.begin(), E = parms.end();
2969 SourceLocation End = getLocationOfByte(startSpecifier + specifierLen - 1);
2971 // Advance the end SourceLocation by one due to half-open ranges.
2972 End = End.getLocWithOffset(1);
2974 return CharSourceRange::getCharRange(Start, End);
3455 for (LookupResult::iterator I = R.begin(), E = R.end(); I != E; ++I) {
3471 for (MethodSet::iterator MI = Results.begin(), ME = Results.end();
3488 for (MethodSet::iterator MI = Results.begin(), ME = Results.end();
4035 void HandleIncompleteScanList(const char *start, const char *end) override;
4040 const char *end) {
4042 getLocationOfByte(end), /*IsStringLocation*/true,
4043 getSpecifierRange(start, end - start));
5233 // If we leave the immediate function, the lifetime isn't about to end.
5400 // If we leave the immediate function, the lifetime isn't about to end.
6962 } // end anonymous namespace
7338 /// expression. At the end of this process, the side-effects of the evaluation
7980 // computing the next address after the end of the array is legal and
9021 E = UnmatchedFields.end();
9208 if (I == MagicValues->end())