Home
last modified time | relevance | path

Searched refs:ReDC (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporterLookupTable.cpp131 DeclContext *ReDC = DC->getRedeclContext(); in add() local
132 if (DC != ReDC) in add()
133 add(ReDC, ND); in add()
140 DeclContext *ReDC = DC->getRedeclContext(); in remove() local
141 if (DC != ReDC) in remove()
142 remove(ReDC, ND); in remove()
H A DASTImporter.cpp9406 DeclContext *ReDC = DC->getRedeclContext(); in findDeclsInToCtx() local
9408 if (ReDC->isNamespace()) { in findDeclsInToCtx()
9415 dyn_cast<NamespaceDecl>(ReDC)); in findDeclsInToCtx()
9425 SharedState->getLookupTable()->lookup(ReDC, Name); in findDeclsInToCtx()
9429 DeclContext::lookup_result NoloadLookupResult = ReDC->noload_lookup(Name); in findDeclsInToCtx()
9442 ReDC->localUncachedLookup(Name, Result); in findDeclsInToCtx()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp8467 DeclContext *ReDC = NewDC->getRedeclContext(); in CheckShadow() local
8468 if (ReDC->isRecord() && isa<EnumConstantDecl>(D) && !OldDC->Equals(ReDC)) in CheckShadow()