Home | History | Annotate | Download | only in AST

Lines Matching defs:getLocEnd

172 // See also Stmt.cpp:{getLocStart(),getLocEnd()}.
443 SourceLocation DeclRefExpr::getLocEnd() const {
446 return getNameInfo().getLocEnd();
1312 SourceLocation CallExpr::getLocEnd() const {
1314 return cast<CXXOperatorCallExpr>(this)->getLocEnd();
1318 end = getArg(getNumArgs() - 1)->getLocEnd();
1490 SourceLocation MemberExpr::getLocEnd() const {
1495 EndLoc = getBase()->getLocEnd();
2004 SourceLocation InitListExpr::getLocEnd() const {
2006 return SyntacticForm->getLocEnd();
2014 End = S->getLocEnd();
2221 CE->getArg(NumArgs-1)->getLocEnd());
3761 DIE->getDesignator(size()-1)->getLocEnd());
3779 SourceLocation DesignatedInitExpr::getLocEnd() const {
3780 return getInit()->getLocEnd();
3845 SourceLocation DesignatedInitUpdateExpr::getLocEnd() const {
3846 return getBase()->getLocEnd();