Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp2368 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()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2996 << FixItHint::CreateRemoval(VD->getTypeSpecEndLoc()); in DiagnoseForRangeReferenceVariableCopies()
3008 << FixItHint::CreateRemoval(VD->getTypeSpecEndLoc()); in DiagnoseForRangeReferenceVariableCopies()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h832 SourceLocation getTypeSpecEndLoc() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1976 SourceLocation DeclaratorDecl::getTypeSpecEndLoc() const { in getTypeSpecEndLoc() function in DeclaratorDecl