Searched refs:ReDC (Results 1 – 2 of 2) sorted by relevance
130 DeclContext *ReDC = DC->getRedeclContext()->getPrimaryContext(); in add() local131 if (DC != ReDC) in add()132 add(ReDC, ND); in add()139 DeclContext *ReDC = DC->getRedeclContext()->getPrimaryContext(); in remove() local140 if (DC != ReDC) in remove()141 remove(ReDC, ND); in remove()
9011 DeclContext *ReDC = DC->getRedeclContext();9014 SharedState->getLookupTable()->lookup(ReDC, Name);9017 DeclContext::lookup_result NoloadLookupResult = ReDC->noload_lookup(Name); in AttrArgImporter() 9030 ReDC->localUncachedLookup(Name, Result);8907 DeclContext *ReDC = DC->getRedeclContext(); findDeclsInToCtx() local