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.cpp3329 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()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3105 << FixItHint::CreateRemoval(VD->getTypeSpecEndLoc()); in DiagnoseForRangeReferenceVariableCopies()
3117 << FixItHint::CreateRemoval(VD->getTypeSpecEndLoc()); in DiagnoseForRangeReferenceVariableCopies()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h854 SourceLocation getTypeSpecEndLoc() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1993 SourceLocation DeclaratorDecl::getTypeSpecEndLoc() const { in getTypeSpecEndLoc() function in DeclaratorDecl