Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaLookup.cpp131 void visit(DeclContext *DC, DeclContext *EffectiveDC) { in visit() argument
135 addUsingDirectives(DC, EffectiveDC); in visit()
141 void visit(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) { in visit() argument
146 addUsingDirective(UD, EffectiveDC); in visit()
147 addUsingDirectives(NS, EffectiveDC); in visit()
153 void addUsingDirectives(DeclContext *DC, DeclContext *EffectiveDC) { in addUsingDirectives() argument
161 addUsingDirective(UD, EffectiveDC); in addUsingDirectives()
180 void addUsingDirective(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) { in addUsingDirective() argument
184 while (!Common->Encloses(EffectiveDC)) in addUsingDirective()