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