Searched refs:EffectiveDC (Results 1 – 1 of 1) sorted by relevance
134 void visit(DeclContext *DC, DeclContext *EffectiveDC) { in visit() argument138 addUsingDirectives(DC, EffectiveDC); in visit()144 void visit(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) { in visit() argument149 addUsingDirective(UD, EffectiveDC); in visit()150 addUsingDirectives(NS, EffectiveDC); in visit()156 void addUsingDirectives(DeclContext *DC, DeclContext *EffectiveDC) { in addUsingDirectives() argument162 addUsingDirective(UD, EffectiveDC); in addUsingDirectives()181 void addUsingDirective(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) { in addUsingDirective() argument185 while (!Common->Encloses(EffectiveDC)) in addUsingDirective()