Lines Matching refs:EndLoc
90 const SourceLocation EndLoc = Lexer::getLocForEndOfToken( in checkAndAddLocation() local
93 Lexer::getSourceText(CharSourceRange::getTokenRange(BeginLoc, EndLoc), in checkAndAddLocation()
201 auto EndLoc = StartLoc; in VisitNamedDecl() local
204 EndLoc, in VisitNamedDecl()
218 auto EndLoc = Expr->getMemberLoc(); in VisitMemberExpr() local
220 RenameInfos.push_back({StartLoc, EndLoc, in VisitMemberExpr()
235 auto EndLoc = D.getFieldLoc(); in VisitDesignatedInitExpr() local
236 RenameInfos.push_back({StartLoc, EndLoc, in VisitDesignatedInitExpr()
279 SourceLocation EndLoc = Expr->hasExplicitTemplateArgs() in VisitDeclRefExpr() local
288 RenameInfos.push_back({EndLoc, EndLoc, in VisitDeclRefExpr()
324 EndLoc = Expr->getQualifierLoc().getEndLoc().getLocWithOffset(-1); in VisitDeclRefExpr()
325 assert(EndLoc.isValid() && in VisitDeclRefExpr()
331 EndLoc, in VisitDeclRefExpr()
407 auto EndLoc = EndLocationForType(Loc); in VisitTypeLoc() local
410 EndLoc, in VisitTypeLoc()
442 auto EndLoc = EndLocationForType(TargetLoc); in VisitTypeLoc() local
446 EndLoc, in VisitTypeLoc()