Searched refs:PrevD (Results 1 – 2 of 2) sorted by relevance
161 NamedDecl *PrevD = static_cast<NamedDecl*>(Ptr); in AddDecl() local162 IDI->AddDecl(PrevD); in AddDecl()186 NamedDecl *PrevD = static_cast<NamedDecl*>(Ptr); in InsertDeclAfter() local187 RemoveDecl(PrevD); in InsertDeclAfter()189 AddDecl(PrevD); in InsertDeclAfter()316 NamedDecl *PrevD = static_cast<NamedDecl*>(Ptr); in tryAddTopLevelDecl() local318 switch (compareDeclarations(PrevD, D)) { in tryAddTopLevelDecl()335 if (!PrevD->getDeclContext()->getRedeclContext()->isTranslationUnit()) { in tryAddTopLevelDecl()337 IDI->AddDecl(PrevD); in tryAddTopLevelDecl()339 IDI->AddDecl(PrevD); in tryAddTopLevelDecl()
16065 Decl *PrevD = nullptr; in buildDeclareReductionRef() local16067 if (D == PrevD) in buildDeclareReductionRef()16071 PrevD = D; in buildDeclareReductionRef()