Searched refs:EffectiveDC (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 133 void visit(DeclContext *DC, DeclContext *EffectiveDC) { in visit() argument 137 addUsingDirectives(DC, EffectiveDC); in visit() 143 void visit(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) { in visit() argument 148 addUsingDirective(UD, EffectiveDC); in visit() 149 addUsingDirectives(NS, EffectiveDC); in visit() 155 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()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaLookup.cpp | 133 void visit(DeclContext *DC, DeclContext *EffectiveDC) { in visit() argument 137 addUsingDirectives(DC, EffectiveDC); in visit() 143 void visit(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) { in visit() argument 148 addUsingDirective(UD, EffectiveDC); in visit() 149 addUsingDirectives(NS, EffectiveDC); in visit() 155 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()
|