Home
last modified time | relevance | path

Searched refs:EffectiveDC (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp136 void visit(DeclContext *DC, DeclContext *EffectiveDC) { in visit() argument
140 addUsingDirectives(DC, EffectiveDC); in visit()
146 void visit(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) { in visit() argument
151 addUsingDirective(UD, EffectiveDC); in visit()
152 addUsingDirectives(NS, EffectiveDC); in visit()
158 void addUsingDirectives(DeclContext *DC, DeclContext *EffectiveDC) { in addUsingDirectives() argument
164 addUsingDirective(UD, EffectiveDC); in addUsingDirectives()
183 void addUsingDirective(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) { in addUsingDirective() argument
187 while (!Common->Encloses(EffectiveDC)) in addUsingDirective()