Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporterLookupTable.cpp116 DeclContext *ReDC = DC->getRedeclContext()->getPrimaryContext(); in add() local
117 if (DC != ReDC) in add()
118 add(ReDC, ND); in add()
125 DeclContext *ReDC = DC->getRedeclContext()->getPrimaryContext(); in remove() local
126 if (DC != ReDC) in remove()
127 remove(ReDC, ND); in remove()
H A DASTImporter.cpp8437 DeclContext *ReDC = DC->getRedeclContext(); in findDeclsInToCtx() local
8440 SharedState->getLookupTable()->lookup(ReDC, Name); in findDeclsInToCtx()
8443 DeclContext::lookup_result NoloadLookupResult = ReDC->noload_lookup(Name); in findDeclsInToCtx()
8456 ReDC->localUncachedLookup(Name, Result); in findDeclsInToCtx()