Searched refs:PrevD (Results 1 – 4 of 4) 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()
14702 Decl *PrevD = nullptr; in buildDeclareReductionRef() local14704 if (D == PrevD) in buildDeclareReductionRef()14708 PrevD = D; in buildDeclareReductionRef()
159 NamedDecl *PrevD = static_cast<NamedDecl*>(Ptr); in AddDecl() local160 IDI->AddDecl(PrevD); in AddDecl()184 NamedDecl *PrevD = static_cast<NamedDecl*>(Ptr); in InsertDeclAfter() local185 RemoveDecl(PrevD); in InsertDeclAfter()187 AddDecl(PrevD); in InsertDeclAfter()312 NamedDecl *PrevD = static_cast<NamedDecl*>(Ptr); in tryAddTopLevelDecl() local314 switch (compareDeclarations(PrevD, D)) { in tryAddTopLevelDecl()331 if (!PrevD->getDeclContext()->getRedeclContext()->isTranslationUnit()) { in tryAddTopLevelDecl()333 IDI->AddDecl(PrevD); in tryAddTopLevelDecl()335 IDI->AddDecl(PrevD); in tryAddTopLevelDecl()
8923 Decl *PrevD = nullptr; in buildDeclareReductionRef() local8925 if (D == PrevD) in buildDeclareReductionRef()8929 PrevD = D; in buildDeclareReductionRef()