Lines Matching refs:getLocEnd
432 SourceLocation DeclRefExpr::getLocEnd() const { in getLocEnd() function in DeclRefExpr
435 return getNameInfo().getLocEnd(); in getLocEnd()
1300 SourceLocation CallExpr::getLocEnd() const { in getLocEnd() function in CallExpr
1302 return cast<CXXOperatorCallExpr>(this)->getLocEnd(); in getLocEnd()
1306 end = getArg(getNumArgs() - 1)->getLocEnd(); in getLocEnd()
1476 SourceLocation MemberExpr::getLocEnd() const { in getLocEnd() function in MemberExpr
1481 EndLoc = getBase()->getLocEnd(); in getLocEnd()
1851 SourceLocation InitListExpr::getLocEnd() const { in getLocEnd() function in InitListExpr
1853 return SyntacticForm->getLocEnd(); in getLocEnd()
1861 End = S->getLocEnd(); in getLocEnd()
2068 CE->getArg(NumArgs-1)->getLocEnd()); in isUnusedResultAWarning()
3621 DIE->getDesignator(size()-1)->getLocEnd()); in getDesignatorsSourceRange()
3639 SourceLocation DesignatedInitExpr::getLocEnd() const { in getLocEnd() function in DesignatedInitExpr
3640 return getInit()->getLocEnd(); in getLocEnd()
3702 SourceLocation DesignatedInitUpdateExpr::getLocEnd() const { in getLocEnd() function in DesignatedInitUpdateExpr
3703 return getBase()->getLocEnd(); in getLocEnd()