Home | History | Annotate | Download | only in Frontend

Lines Matching defs:endLoc

411                                            SourceLocation EndLoc=SourceLocation());
422 SourceLocation EndLoc=SourceLocation());
2094 SourceLocation endLoc = S->getLocEnd();
2095 const char *endBuf = SM->getCharacterData(endLoc);
2139 SourceLocation EndLoc) {
2158 VK_RValue, EndLoc);
2212 SourceLocation Loc, EndLoc;
2216 EndLoc = ECE->getRParenLoc();
2219 EndLoc = E->getLocEnd();
2222 if (Loc.isInvalid() || EndLoc.isInvalid())
2226 const char *endBuf = SM->getCharacterData(EndLoc);
2673 SourceLocation EndLoc = Exp->getLocEnd();
2692 StartLoc, EndLoc);
2704 StartLoc, EndLoc);
2746 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
2751 EndLoc);
2768 SourceLocation EndLoc = Exp->getLocEnd();
2830 StartLoc, EndLoc);
2843 StartLoc, EndLoc);
2883 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
2888 EndLoc);
2905 SourceLocation EndLoc = Exp->getLocEnd();
2993 StartLoc, EndLoc);
3006 StartLoc, EndLoc);
3056 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
3061 EndLoc);
3274 SourceLocation EndLoc) {
3342 EndLoc);
3347 StartLoc, EndLoc);
3414 StartLoc, EndLoc);
3450 StartLoc, EndLoc);
3455 StartLoc, EndLoc);
3531 EndLoc);
3642 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
3646 FT->getResultType(), VK_RValue, EndLoc);
5735 SourceLocation endLoc = MessExpr->getLocEnd();
5738 const char *endBuf = SM->getCharacterData(endLoc);