Lines Matching refs:getEndLoc
470 SourceLocation DeclRefExpr::getEndLoc() const { in getEndLoc() function in DeclRefExpr
473 return getNameInfo().getEndLoc(); in getEndLoc()
1437 SourceLocation CallExpr::getEndLoc() const { in getEndLoc() function in CallExpr
1439 return cast<CXXOperatorCallExpr>(this)->getEndLoc(); in getEndLoc()
1443 end = getArg(getNumArgs() - 1)->getEndLoc(); in getEndLoc()
1614 SourceLocation MemberExpr::getEndLoc() const { in getEndLoc() function in MemberExpr
1615 SourceLocation EndLoc = getMemberNameInfo().getEndLoc(); in getEndLoc()
1619 EndLoc = getBase()->getEndLoc(); in getEndLoc()
2111 SourceLocation InitListExpr::getEndLoc() const { in getEndLoc() function in InitListExpr
2113 return SyntacticForm->getEndLoc(); in getEndLoc()
2121 End = S->getEndLoc(); in getEndLoc()
2329 CE->getArg(NumArgs - 1)->getEndLoc()); in isUnusedResultAWarning()
3940 DIE->getDesignator(size() - 1)->getEndLoc()); in getDesignatorsSourceRange()
3958 SourceLocation DesignatedInitExpr::getEndLoc() const { in getEndLoc() function in DesignatedInitExpr
3959 return getInit()->getEndLoc(); in getEndLoc()
4021 SourceLocation DesignatedInitUpdateExpr::getEndLoc() const { in getEndLoc() function in DesignatedInitUpdateExpr
4022 return getBase()->getEndLoc(); in getEndLoc()