Home | History | Annotate | Download | only in Frontend

Lines Matching refs:endLoc

426                                            SourceLocation EndLoc=SourceLocation());
436 SourceLocation EndLoc=SourceLocation());
2090 SourceLocation endLoc = S->getLocEnd();
2091 const char *endBuf = SM->getCharacterData(endLoc);
2128 SourceLocation EndLoc) {
2147 VK_RValue, EndLoc);
2201 SourceLocation Loc, EndLoc;
2205 EndLoc = ECE->getRParenLoc();
2208 EndLoc = E->getLocEnd();
2211 if (Loc.isInvalid() || EndLoc.isInvalid())
2215 const char *endBuf = SM->getCharacterData(EndLoc);
2663 SourceLocation EndLoc = Exp->getLocEnd();
2678 StartLoc, EndLoc);
2688 StartLoc, EndLoc);
2729 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
2733 CallExpr(*Context, PE, MsgExprs, FT->getReturnType(), VK_RValue, EndLoc);
2750 SourceLocation EndLoc = Exp->getLocEnd();
2808 StartLoc, EndLoc);
2819 StartLoc, EndLoc);
2858 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
2862 CallExpr(*Context, PE, MsgExprs, FT->getReturnType(), VK_RValue, EndLoc);
2879 SourceLocation EndLoc = Exp->getLocEnd();
2963 StartLoc, EndLoc);
2973 StartLoc, EndLoc);
3022 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
3026 CallExpr(*Context, PE, MsgExprs, FT->getReturnType(), VK_RValue, EndLoc);
3258 SourceLocation EndLoc) {
3322 EndLoc);
3327 StartLoc, EndLoc);
3390 StartLoc, EndLoc);
3422 StartLoc, EndLoc);
3427 StartLoc, EndLoc);
3499 EndLoc);
3609 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
3613 CallExpr(*Context, PE, MsgExprs, FT->getReturnType(), VK_RValue, EndLoc);
5662 SourceLocation endLoc = MessExpr->getLocEnd();
5665 const char *endBuf = SM->getCharacterData(endLoc);