Lines Matching defs:getEndLoc
391 SourceLocation CXXPseudoDestructorExpr::getEndLoc() const {
568 SourceLocation CXXConstructExpr::getEndLoc() const {
570 return TOE->getEndLoc();
579 SourceLocation NewEnd = Arg->getEndLoc();
643 return SourceRange(getOperatorLoc(), getArg(0)->getEndLoc());
654 return SourceRange(getOperatorLoc(), getArg(0)->getEndLoc());
656 return SourceRange(getArg(0)->getBeginLoc(), getArg(1)->getEndLoc());
931 SourceLocation CXXFunctionalCastExpr::getEndLoc() const {
932 return RParenLoc.isValid() ? RParenLoc : getSubExpr()->getEndLoc();
1152 SourceLocation CXXTemporaryObjectExpr::getEndLoc() const {
1155 Loc = getArg(getNumArgs() - 1)->getEndLoc();