Searched refs:getTypeSpecEndLoc (Results 1 – 4 of 4) sorted by relevance
3329 const SourceLocation EndLocForReplacement = D->getTypeSpecEndLoc(); in fixLocalVarDeclWithSpan()3655 {LSqBracketLoc.getLocWithOffset(1), D->getTypeSpecEndLoc()}, in fixVarDeclWithArray()3685 SourceRange{D->getBeginLoc(), D->getTypeSpecEndLoc()}, OS.str())); in fixVarDeclWithArray()
3105 << FixItHint::CreateRemoval(VD->getTypeSpecEndLoc()); in DiagnoseForRangeReferenceVariableCopies()3117 << FixItHint::CreateRemoval(VD->getTypeSpecEndLoc()); in DiagnoseForRangeReferenceVariableCopies()
854 SourceLocation getTypeSpecEndLoc() const;
1993 SourceLocation DeclaratorDecl::getTypeSpecEndLoc() const { in getTypeSpecEndLoc() function in DeclaratorDecl