Home | History | Annotate | Download | only in AST

Lines Matching refs:getLocEnd

221 SourceLocation CXXPseudoDestructorExpr::getLocEnd() const {
429 SourceLocation CXXConstructExpr::getLocEnd() const {
431 return cast<CXXTemporaryObjectExpr>(this)->getLocEnd();
440 SourceLocation NewEnd = Arg->getLocEnd();
456 return SourceRange(getOperatorLoc(), getArg(0)->getLocEnd());
467 return SourceRange(getOperatorLoc(), getArg(0)->getLocEnd());
469 return SourceRange(getArg(0)->getLocStart(), getArg(1)->getLocEnd());
757 SourceLocation CXXTemporaryObjectExpr::getLocEnd() const {