Searched refs:EffectiveDC (Results 1 – 1 of 1) sorted by relevance
132 void visit(DeclContext *DC, DeclContext *EffectiveDC) { in visit() argument136 addUsingDirectives(DC, EffectiveDC); in visit()142 void visit(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) { in visit() argument147 addUsingDirective(UD, EffectiveDC); in visit()148 addUsingDirectives(NS, EffectiveDC); in visit()154 void addUsingDirectives(DeclContext *DC, DeclContext *EffectiveDC) { in addUsingDirectives() argument162 addUsingDirective(UD, EffectiveDC); in addUsingDirectives()182 void addUsingDirective(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) { in addUsingDirective() argument186 while (!Common->Encloses(EffectiveDC)) in addUsingDirective()