Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/Rename/
H A DUSRFinder.h34 const NamedDecl *getNamedDeclAt(const ASTContext &Context,
/netbsd-src/external/apache2/llvm/dist/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()
H A DUSRFindingAction.cpp255 ? getNamedDeclAt(Context, Point) in FindSymbol()