Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DIdentifierResolver.cpp172 NamedDecl *PrevD = static_cast<NamedDecl*>(Ptr); in AddDecl() local
173 IDI->AddDecl(PrevD); in AddDecl()
197 NamedDecl *PrevD = static_cast<NamedDecl*>(Ptr); in InsertDeclAfter() local
198 RemoveDecl(PrevD); in InsertDeclAfter()
200 AddDecl(PrevD); in InsertDeclAfter()
330 NamedDecl *PrevD = static_cast<NamedDecl*>(Ptr); in tryAddTopLevelDecl() local
332 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()
H A DSemaOpenMP.cpp17942 Decl *PrevD = nullptr; in buildDeclareReductionRef() local
17944 if (D == PrevD) in buildDeclareReductionRef()
17948 PrevD = D; in buildDeclareReductionRef()