Searched refs:getClosestAncestorDecl (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp290 llvm::dyn_cast_or_null<EnumDecl>(getClosestAncestorDecl(*T))) {
314 getClosestAncestorDecl(*Expr),
343 getClosestAncestorDecl(NestedLoc),
393 getClosestAncestorDecl(Loc),
429 getClosestAncestorDecl(
464 const Decl *getClosestAncestorDecl(const ASTNodeType &Node) { function in class:clang::tooling::__anon1073::RenameLocFinder
472 return getClosestAncestorDecl(Parents[0]);

Completed in 54 milliseconds