Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporterLookupTable.cpp106 DeclContext *ReDC = DC->getRedeclContext()->getPrimaryContext(); in add() local
107 if (DC != ReDC) in add()
108 add(ReDC, ND); in add()
115 DeclContext *ReDC = DC->getRedeclContext()->getPrimaryContext(); in remove() local
116 if (DC != ReDC) in remove()
117 remove(ReDC, ND); in remove()
H A DASTImporter.cpp8163 DeclContext *ReDC = DC->getRedeclContext(); in findDeclsInToCtx() local
8166 SharedState->getLookupTable()->lookup(ReDC, Name); in findDeclsInToCtx()
8169 DeclContext::lookup_result NoloadLookupResult = ReDC->noload_lookup(Name); in findDeclsInToCtx()
8182 ReDC->localUncachedLookup(Name, Result); in findDeclsInToCtx()