Home
last modified time | relevance | path

Searched refs:getTypeSpecEndLoc (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DQualifiedAutoCheck.cpp67 Var->getTypeSpecEndLoc().getLocWithOffset(Lexer::MeasureTokenLength( in getTypeSpecifierLocation()
68 Var->getTypeSpecEndLoc(), *Result.SourceManager, in getTypeSpecifierLocation()
/external/llvm-project/clang/lib/Sema/
DSemaStmt.cpp2808 << FixItHint::CreateRemoval(VD->getTypeSpecEndLoc()); in DiagnoseForRangeReferenceVariableCopies()
2820 << FixItHint::CreateRemoval(VD->getTypeSpecEndLoc()); in DiagnoseForRangeReferenceVariableCopies()
/external/llvm-project/clang/include/clang/AST/
DDecl.h787 SourceLocation getTypeSpecEndLoc() const;
/external/llvm-project/clang/lib/AST/
DDecl.cpp1836 SourceLocation DeclaratorDecl::getTypeSpecEndLoc() const { in getTypeSpecEndLoc() function in DeclaratorDecl