Home
last modified time | relevance | path

Searched refs:getNamedDeclAt (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/
H A DUSRFinder.h34 const NamedDecl *getNamedDeclAt(const ASTContext &Context,
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFinder.cpp77 const NamedDecl *getNamedDeclAt(const ASTContext &Context, in getNamedDeclAt() function
H A DRenamingAction.cpp69 getNamedDeclAt(Context.getASTContext(), SelectionRange.getBegin()); in initiate()