Home | History | Annotate | Download | only in AST

Lines Matching defs:getEndLoc

340 SourceLocation CXXPseudoDestructorExpr::getEndLoc() const {
514 SourceLocation CXXConstructExpr::getEndLoc() const {
516 return cast<CXXTemporaryObjectExpr>(this)->getEndLoc();
525 SourceLocation NewEnd = Arg->getEndLoc();
589 return SourceRange(getOperatorLoc(), getArg(0)->getEndLoc());
600 return SourceRange(getOperatorLoc(), getArg(0)->getEndLoc());
602 return SourceRange(getArg(0)->getBeginLoc(), getArg(1)->getEndLoc());
870 SourceLocation CXXFunctionalCastExpr::getEndLoc() const {
871 return RParenLoc.isValid() ? RParenLoc : getSubExpr()->getEndLoc();
1023 SourceLocation CXXTemporaryObjectExpr::getEndLoc() const {
1026 Loc = getArg(getNumArgs() - 1)->getEndLoc();