Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporterLookupTable.cpp130 DeclContext *ReDC = DC->getRedeclContext()->getPrimaryContext(); in add() local
131 if (DC != ReDC) in add()
132 add(ReDC, ND); in add()
139 DeclContext *ReDC = DC->getRedeclContext()->getPrimaryContext(); in remove() local
140 if (DC != ReDC) in remove()
141 remove(ReDC, ND); in remove()
H A DASTImporter.cpp9011 DeclContext *ReDC = DC->getRedeclContext(); in findDeclsInToCtx() local
9014 SharedState->getLookupTable()->lookup(ReDC, Name); in findDeclsInToCtx()
9017 DeclContext::lookup_result NoloadLookupResult = ReDC->noload_lookup(Name); in findDeclsInToCtx()
9030 ReDC->localUncachedLookup(Name, Result); in findDeclsInToCtx()