Lines Matching refs:getLocEnd
435 SourceLocation DeclRefExpr::getLocEnd() const { in getLocEnd() function in DeclRefExpr
438 return getNameInfo().getLocEnd(); in getLocEnd()
1275 SourceLocation CallExpr::getLocEnd() const { in getLocEnd() function in CallExpr
1277 return cast<CXXOperatorCallExpr>(this)->getLocEnd(); in getLocEnd()
1281 end = getArg(getNumArgs() - 1)->getLocEnd(); in getLocEnd()
1453 SourceLocation MemberExpr::getLocEnd() const { in getLocEnd() function in MemberExpr
1458 EndLoc = getBase()->getLocEnd(); in getLocEnd()
1967 SourceLocation InitListExpr::getLocEnd() const { in getLocEnd() function in InitListExpr
1969 return SyntacticForm->getLocEnd(); in getLocEnd()
1977 End = S->getLocEnd(); in getLocEnd()
2181 CE->getArg(NumArgs-1)->getLocEnd()); in isUnusedResultAWarning()
3923 DIE->getDesignator(size()-1)->getLocEnd()); in getDesignatorsSourceRange()
3941 SourceLocation DesignatedInitExpr::getLocEnd() const { in getLocEnd() function in DesignatedInitExpr
3942 return getInit()->getLocEnd(); in getLocEnd()