Searched refs:EffectiveDC (Results 1 – 1 of 1) sorted by relevance
130 void visit(DeclContext *DC, DeclContext *EffectiveDC) { in visit() argument134 addUsingDirectives(DC, EffectiveDC); in visit()140 void visit(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) { in visit() argument145 addUsingDirective(UD, EffectiveDC); in visit()146 addUsingDirectives(NS, EffectiveDC); in visit()152 void addUsingDirectives(DeclContext *DC, DeclContext *EffectiveDC) { in addUsingDirectives() argument158 addUsingDirective(UD, EffectiveDC); in addUsingDirectives()177 void addUsingDirective(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) { in addUsingDirective() argument181 while (!Common->Encloses(EffectiveDC)) in addUsingDirective()