Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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.cpp8587 DeclContext *ReDC = DC->getRedeclContext(); in findDeclsInToCtx() local
8590 SharedState->getLookupTable()->lookup(ReDC, Name); in findDeclsInToCtx()
8593 DeclContext::lookup_result NoloadLookupResult = ReDC->noload_lookup(Name); in findDeclsInToCtx()
8606 ReDC->localUncachedLookup(Name, Result); in findDeclsInToCtx()