Home | History | Annotate | Download | only in AST

Lines Matching refs:getLocEnd

277 SourceLocation CXXPseudoDestructorExpr::getLocEnd() const {
484 SourceLocation CXXConstructExpr::getLocEnd() const {
486 return cast<CXXTemporaryObjectExpr>(this)->getLocEnd();
495 SourceLocation NewEnd = Arg->getLocEnd();
511 return SourceRange(getOperatorLoc(), getArg(0)->getLocEnd());
522 return SourceRange(getOperatorLoc(), getArg(0)->getLocEnd());
524 return SourceRange(getArg(0)->getLocStart(), getArg(1)->getLocEnd());
726 SourceLocation CXXFunctionalCastExpr::getLocEnd() const {
727 return RParenLoc.isValid() ? RParenLoc : getSubExpr()->getLocEnd();
823 SourceLocation CXXTemporaryObjectExpr::getLocEnd() const {
826 Loc = getArg(getNumArgs()-1)->getLocEnd();