Searched refs:CurrDecl (Results 1 – 1 of 1) sorted by relevance
85 for (auto *CurrDecl : Context.getTranslationUnitDecl()->decls()) { in getNamedDeclAt() local86 SourceLocation StartLoc = CurrDecl->getBeginLoc(); in getNamedDeclAt()87 SourceLocation EndLoc = CurrDecl->getEndLoc(); in getNamedDeclAt()91 Visitor.TraverseDecl(CurrDecl); in getNamedDeclAt()