Lines Matching defs:endLoc
415 SourceLocation EndLoc=SourceLocation());
425 SourceLocation EndLoc=SourceLocation());
2058 SourceLocation endLoc = S->getEndLoc();
2059 const char *endBuf = SM->getCharacterData(endLoc);
2098 SourceLocation EndLoc) {
2115 VK_RValue, EndLoc, FPOptionsOverride());
2169 SourceLocation Loc, EndLoc;
2173 EndLoc = ECE->getRParenLoc();
2176 EndLoc = E->getEndLoc();
2179 if (Loc.isInvalid() || EndLoc.isInvalid())
2183 const char *endBuf = SM->getCharacterData(EndLoc);
2631 SourceLocation EndLoc = Exp->getEndLoc();
2644 StartLoc, EndLoc);
2653 SelExprs, StartLoc, EndLoc);
2693 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
2697 VK_RValue, EndLoc, FPOptionsOverride());
2714 SourceLocation EndLoc = Exp->getEndLoc();
2767 StartLoc, EndLoc);
2777 SelExprs, StartLoc, EndLoc);
2814 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
2818 VK_RValue, EndLoc, FPOptionsOverride());
2835 SourceLocation EndLoc = Exp->getEndLoc();
2910 StartLoc, EndLoc);
2919 SelExprs, StartLoc, EndLoc);
2966 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
2970 VK_RValue, EndLoc, FPOptionsOverride());
3199 SourceLocation EndLoc) {
3261 ClsExprs, StartLoc, EndLoc);
3265 StartLoc, EndLoc);
3326 StartLoc, EndLoc);
3357 StartLoc, EndLoc);
3361 StartLoc, EndLoc);
3432 SelExprs, StartLoc, EndLoc);
3542 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
3546 VK_RValue, EndLoc, FPOptionsOverride());
5534 SourceLocation endLoc = MessExpr->getEndLoc();
5537 const char *endBuf = SM->getCharacterData(endLoc);