Lines Matching defs:getEndLoc
392 SourceLocation CXXPseudoDestructorExpr::getEndLoc() const {
569 SourceLocation CXXConstructExpr::getEndLoc() const {
571 return TOE->getEndLoc();
580 SourceLocation NewEnd = Arg->getEndLoc();
644 return SourceRange(getOperatorLoc(), getArg(0)->getEndLoc());
655 return SourceRange(getOperatorLoc(), getArg(0)->getEndLoc());
657 return SourceRange(getArg(0)->getBeginLoc(), getArg(1)->getEndLoc());
932 SourceLocation CXXFunctionalCastExpr::getEndLoc() const {
933 return RParenLoc.isValid() ? RParenLoc : getSubExpr()->getEndLoc();
1153 SourceLocation CXXTemporaryObjectExpr::getEndLoc() const {
1156 Loc = getArg(getNumArgs() - 1)->getEndLoc();