Searched refs:PrevD (Results 1 – 2 of 2) sorted by relevance
172 NamedDecl *PrevD = static_cast<NamedDecl*>(Ptr); in AddDecl() local173 IDI->AddDecl(PrevD); in AddDecl()197 NamedDecl *PrevD = static_cast<NamedDecl*>(Ptr); in InsertDeclAfter() local198 RemoveDecl(PrevD); in InsertDeclAfter()200 AddDecl(PrevD); in InsertDeclAfter()330 NamedDecl *PrevD = static_cast<NamedDecl*>(Ptr); in tryAddTopLevelDecl() local332 switch (compareDeclarations(PrevD, D)) { in tryAddTopLevelDecl()349 if (!PrevD->getDeclContext()->getRedeclContext()->isTranslationUnit()) { in tryAddTopLevelDecl()351 IDI->AddDecl(PrevD); in tryAddTopLevelDecl()353 IDI->AddDecl(PrevD); in tryAddTopLevelDecl()
17942 Decl *PrevD = nullptr; in buildDeclareReductionRef() local17944 if (D == PrevD) in buildDeclareReductionRef()17948 PrevD = D; in buildDeclareReductionRef()