Home | History | Annotate | Download | only in Sema

Lines Matching refs:UD

142     void visit(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) {
143 DeclContext *NS = UD->getNominatedNamespace();
147 addUsingDirective(UD, EffectiveDC);
159 UsingDirectiveDecl *UD = *I;
160 DeclContext *NS = UD->getNominatedNamespace();
162 addUsingDirective(UD, EffectiveDC);
182 void addUsingDirective(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) {
185 DeclContext *Common = UD->getNominatedNamespace();
190 list.push_back(UnqualUsingEntry(UD->getNominatedNamespace(), Common));