Home | History | Annotate | Download | only in AST

Lines Matching refs:getLocEnd

200 // See also Stmt.cpp:{getLocStart(),getLocEnd()}.
470 SourceLocation DeclRefExpr::getLocEnd() const {
473 return getNameInfo().getLocEnd();
1220 SourceLocation CallExpr::getLocEnd() const {
1222 return cast<CXXOperatorCallExpr>(this)->getLocEnd();
1226 end = getArg(getNumArgs() - 1)->getLocEnd();
1364 SourceLocation MemberExpr::getLocEnd() const {
1369 EndLoc = getBase()->getLocEnd();
1865 SourceLocation InitListExpr::getLocEnd() const {
1867 return SyntacticForm->getLocEnd();
1875 End = S->getLocEnd();
2065 CE->getArg(NumArgs-1)->getLocEnd());
3729 DIE->getDesignator(size()-1)->getLocEnd());
3747 SourceLocation DesignatedInitExpr::getLocEnd() const {
3748 return getInit()->getLocEnd();