Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFinder.cpp85 for (auto *CurrDecl : Context.getTranslationUnitDecl()->decls()) { in getNamedDeclAt() local
86 SourceLocation StartLoc = CurrDecl->getBeginLoc(); in getNamedDeclAt()
87 SourceLocation EndLoc = CurrDecl->getEndLoc(); in getNamedDeclAt()
91 Visitor.TraverseDecl(CurrDecl); in getNamedDeclAt()