Searched refs:getTypeSpecEndLoc (Results 1 – 4 of 4) sorted by relevance
67 Var->getTypeSpecEndLoc().getLocWithOffset(Lexer::MeasureTokenLength( in getTypeSpecifierLocation()68 Var->getTypeSpecEndLoc(), *Result.SourceManager, in getTypeSpecifierLocation()
2808 << FixItHint::CreateRemoval(VD->getTypeSpecEndLoc()); in DiagnoseForRangeReferenceVariableCopies()2820 << FixItHint::CreateRemoval(VD->getTypeSpecEndLoc()); in DiagnoseForRangeReferenceVariableCopies()
787 SourceLocation getTypeSpecEndLoc() const;
1836 SourceLocation DeclaratorDecl::getTypeSpecEndLoc() const { in getTypeSpecEndLoc() function in DeclaratorDecl