Searched refs:getTypeSpecEndLoc (Results 1 – 4 of 4) sorted by relevance
2368 const SourceLocation EndLocForReplacement = D->getTypeSpecEndLoc(); in fixLocalVarDeclWithSpan()2694 {LSqBracketLoc.getLocWithOffset(1), D->getTypeSpecEndLoc()}, in fixVarDeclWithArray()2724 SourceRange{D->getBeginLoc(), D->getTypeSpecEndLoc()}, OS.str())); in fixVarDeclWithArray()
2996 << FixItHint::CreateRemoval(VD->getTypeSpecEndLoc()); in DiagnoseForRangeReferenceVariableCopies()3008 << FixItHint::CreateRemoval(VD->getTypeSpecEndLoc()); in DiagnoseForRangeReferenceVariableCopies()
832 SourceLocation getTypeSpecEndLoc() const;
1976 SourceLocation DeclaratorDecl::getTypeSpecEndLoc() const { in getTypeSpecEndLoc() function in DeclaratorDecl