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