Home | History | Annotate | Download | only in Frontend

Lines Matching defs:EndLoc

357                                            SourceLocation EndLoc=SourceLocation());
366 SourceLocation EndLoc=SourceLocation());
1686 SourceLocation endLoc = S->getSynchBody()->getLocStart();
1687 const char *endBuf = SM->getCharacterData(endLoc);
1944 SourceLocation endLoc = body->getLocEnd();
1947 assert(*SM->getCharacterData(endLoc) == '}' &&
1952 endLoc = endLoc.getLocWithOffset(-1);
1953 InsertText(endLoc, " if (_rethrow) objc_exception_throw(_rethrow);\n");
2045 SourceLocation EndLoc) {
2064 VK_RValue, EndLoc);
2118 SourceLocation Loc, EndLoc;
2122 EndLoc = ECE->getRParenLoc();
2125 EndLoc = E->getLocEnd();
2128 if (Loc.isInvalid() || EndLoc.isInvalid())
2132 const char *endBuf = SM->getCharacterData(EndLoc);
2674 SourceLocation EndLoc) {
2741 EndLoc);
2750 StartLoc, EndLoc);
2817 StartLoc, EndLoc);
2849 StartLoc, EndLoc);
2858 StartLoc, EndLoc);
2934 EndLoc);
3045 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
3050 EndLoc);
4754 SourceLocation endLoc = MessExpr->getLocEnd();
4757 const char *endBuf = SM->getCharacterData(endLoc);