Lines Matching defs:getEndLoc
245 // See also Stmt.cpp:{getBeginLoc(),getEndLoc()}.
556 SourceLocation DeclRefExpr::getEndLoc() const {
559 return getNameInfo().getEndLoc();
1647 SourceLocation CallExpr::getEndLoc() const {
1649 return OCE->getEndLoc();
1653 end = getArg(getNumArgs() - 1)->getEndLoc();
1812 SourceLocation MemberExpr::getEndLoc() const {
1813 SourceLocation EndLoc = getMemberNameInfo().getEndLoc();
1817 EndLoc = getBase()->getEndLoc();
2495 SourceLocation InitListExpr::getEndLoc() const {
2497 return SyntacticForm->getEndLoc();
2503 End = S->getEndLoc();
2774 CE->getArg(NumArgs - 1)->getEndLoc());
2810 CE->getArg(NumArgs - 1)->getEndLoc());
4638 DIE->getDesignator(size() - 1)->getEndLoc());
4658 SourceLocation DesignatedInitExpr::getEndLoc() const {
4659 return getInit()->getEndLoc();
4726 SourceLocation DesignatedInitUpdateExpr::getEndLoc() const {
4727 return getBase()->getEndLoc();