Home | History | Annotate | Download | only in Sema

Lines Matching defs:End

315     if (Pos != SuppressedDiagnostics.end()) {
421 // "nullPos" is the number of formal parameters at the end which
1429 E = CompatIndices.end(); I != E; ++I) {
1850 for (LookupResult::iterator I = R.begin(), E = R.end(); I != E; ++I)
1913 CDEnd = Corrected.end();
2241 // to get this right here so that we don't end up making a
2350 // won't get here if this might be a legitimate a class member (we end up in
2681 for (LookupResult::iterator I = R.begin(), E = R.end(); I != E; ++I) {
2770 R.begin(), R.end());
3070 CharLiteralParser Literal(ThisTok.begin(), ThisTok.end(), Tok.getLocation(),
4244 CDEnd = Corrected.end();
8280 SourceLocation End = S.PP.getLocForEndOfToken(RHS.get()->getLocEnd());
8287 << FixItHint::CreateInsertion(End, "]");
9063 } // End MemberExpr
10413 // We want to end up calling one of checkPseudoObjectAssignment
11019 for (CXXBasePath::iterator B = Path.begin(), BEnd = Path.end();
11299 BSI->TheDecl->setCaptures(Context, Captures.begin(), Captures.end(),
11695 HE = ConvHints.Hints.end(); HI != HE; ++HI)
12006 ExprCleanupObjects.end());
12014 Rec.SavedMaybeODRUseExprs.end());
12030 ExprCleanupObjects.end());
12242 // template instantiation since marking can happen at the end of the file
12370 // We cannot capture what is in the tail end of the struct.
12705 // function. - end note ]
13139 e = MaybeODRUseExprs.end();
13176 // If we don't yet know whether this context is going to end up being an
13228 // its initializer before we get to the end of the TU.