Home | History | Annotate | Download | only in Frontend

Lines Matching refs:endLoc

360                                            SourceLocation EndLoc=SourceLocation());
369 SourceLocation EndLoc=SourceLocation());
1664 SourceLocation endLoc = S->getSynchBody()->getLocStart();
1665 const char *endBuf = SM->getCharacterData(endLoc);
1923 SourceLocation endLoc = body->getLocEnd();
1926 assert(*SM->getCharacterData(endLoc) == '}' &&
1931 endLoc = endLoc.getLocWithOffset(-1);
1932 InsertText(endLoc, " if (_rethrow) objc_exception_throw(_rethrow);\n");
2017 SourceLocation EndLoc) {
2036 VK_RValue, EndLoc);
2090 SourceLocation Loc, EndLoc;
2094 EndLoc = ECE->getRParenLoc();
2097 EndLoc = E->getLocEnd();
2100 if (Loc.isInvalid() || EndLoc.isInvalid())
2104 const char *endBuf = SM->getCharacterData(EndLoc);
2632 SourceLocation EndLoc) {
2695 EndLoc);
2704 StartLoc, EndLoc);
2767 StartLoc, EndLoc);
2795 StartLoc, EndLoc);
2804 StartLoc, EndLoc);
2876 EndLoc);
2986 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
2990 CallExpr(*Context, PE, MsgExprs, FT->getReturnType(), VK_RValue, EndLoc);
4689 SourceLocation endLoc = MessExpr->getLocEnd();
4692 const char *endBuf = SM->getCharacterData(endLoc);