Home | History | Annotate | Download | only in AST

Lines Matching refs:getPreviousDecl

272   for (auto decl = getMostRecentDecl(); decl; decl = decl->getPreviousDecl()) {