Searched refs:EffectiveDC (Results 1 – 1 of 1) sorted by relevance
137 void visit(DeclContext *DC, DeclContext *EffectiveDC) { in visit() argument141 addUsingDirectives(DC, EffectiveDC); in visit()147 void visit(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) { in visit() argument152 addUsingDirective(UD, EffectiveDC); in visit()153 addUsingDirectives(NS, EffectiveDC); in visit()159 void addUsingDirectives(DeclContext *DC, DeclContext *EffectiveDC) { in addUsingDirectives() argument165 addUsingDirective(UD, EffectiveDC); in addUsingDirectives()184 void addUsingDirective(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) { in addUsingDirective() argument188 while (!Common->Encloses(EffectiveDC)) in addUsingDirective()