Home | History | Annotate | Download | only in Sema

Lines Matching refs:getPreviousDecl

2654     for (Decl *Prev = PrevDecl; Prev; Prev = Prev->getPreviousDecl()) {
6434 for (Decl *Prev = PrevDecl; Prev; Prev = Prev->getPreviousDecl()) {
6565 Prev = Prev->getPreviousDecl()) {
6642 for (Decl *Prev = PrevDecl; Prev; Prev = Prev->getPreviousDecl()) {
6731 for (Decl *Prev = PrevDecl; Prev; Prev = Prev->getPreviousDecl()) {
7550 = cast_or_null<CXXRecordDecl>(Record->getPreviousDecl());
7909 FunctionDecl *PrevDecl = Specialization->getPreviousDecl();