Searched refs:CurrDecl (Results 1 – 2 of 2) 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()
243 Decl *CurrDecl = CurrNode.Callee->getDecl(); in handleSCC() local247 << CurFrame << cast<NamedDecl>(PrevDecl) << cast<NamedDecl>(CurrDecl); in handleSCC()