Lines Matching refs:getLocEnd
204 SourceLocation CXXPseudoDestructorExpr::getLocEnd() const { in getLocEnd() function in CXXPseudoDestructorExpr
413 SourceLocation CXXConstructExpr::getLocEnd() const { in getLocEnd() function in CXXConstructExpr
415 return cast<CXXTemporaryObjectExpr>(this)->getLocEnd(); in getLocEnd()
424 SourceLocation NewEnd = Arg->getLocEnd(); in getLocEnd()
440 return SourceRange(getOperatorLoc(), getArg(0)->getLocEnd()); in getSourceRangeImpl()
451 return SourceRange(getOperatorLoc(), getArg(0)->getLocEnd()); in getSourceRangeImpl()
453 return SourceRange(getArg(0)->getLocStart(), getArg(1)->getLocEnd()); in getSourceRangeImpl()
655 SourceLocation CXXFunctionalCastExpr::getLocEnd() const { in getLocEnd() function in CXXFunctionalCastExpr
656 return RParenLoc.isValid() ? RParenLoc : getSubExpr()->getLocEnd(); in getLocEnd()
744 SourceLocation CXXTemporaryObjectExpr::getLocEnd() const { in getLocEnd() function in CXXTemporaryObjectExpr
747 Loc = getArg(getNumArgs()-1)->getLocEnd(); in getLocEnd()