Home | History | Annotate | Download | only in AST

Lines Matching defs:getEndLoc

208 // See also Stmt.cpp:{getBeginLoc(),getEndLoc()}.
501 SourceLocation DeclRefExpr::getEndLoc() const {
504 return getNameInfo().getEndLoc();
1504 SourceLocation CallExpr::getEndLoc() const {
1506 return cast<CXXOperatorCallExpr>(this)->getEndLoc();
1510 end = getArg(getNumArgs() - 1)->getEndLoc();
1680 SourceLocation MemberExpr::getEndLoc() const {
1681 SourceLocation EndLoc = getMemberNameInfo().getEndLoc();
1685 EndLoc = getBase()->getEndLoc();
2295 SourceLocation InitListExpr::getEndLoc() const {
2297 return SyntacticForm->getEndLoc();
2305 End = S->getEndLoc();
2572 CE->getArg(NumArgs - 1)->getEndLoc());
2608 CE->getArg(NumArgs - 1)->getEndLoc());
4286 DIE->getDesignator(size() - 1)->getEndLoc());
4300 SourceLocation DesignatedInitExpr::getEndLoc() const {
4301 return getInit()->getEndLoc();
4369 SourceLocation DesignatedInitUpdateExpr::getEndLoc() const {
4370 return getBase()->getEndLoc();