Home
last modified time | relevance | path

Searched refs:PrevD (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DIdentifierResolver.cpp161 NamedDecl *PrevD = static_cast<NamedDecl*>(Ptr); in AddDecl() local
162 IDI->AddDecl(PrevD); in AddDecl()
186 NamedDecl *PrevD = static_cast<NamedDecl*>(Ptr); in InsertDeclAfter() local
187 RemoveDecl(PrevD); in InsertDeclAfter()
189 AddDecl(PrevD); in InsertDeclAfter()
316 NamedDecl *PrevD = static_cast<NamedDecl*>(Ptr); in tryAddTopLevelDecl() local
318 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()
H A DSemaOpenMP.cpp16065 Decl *PrevD = nullptr; in buildDeclareReductionRef() local
16067 if (D == PrevD) in buildDeclareReductionRef()
16071 PrevD = D; in buildDeclareReductionRef()