Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:UD

3134 void CGDebugInfo::EmitUsingDirective(const UsingDirectiveDecl &UD) {
3138 getCurrentContextDescriptor(cast<Decl>(UD.getDeclContext())),
3139 getOrCreateNameSpace(UD.getNominatedNamespace()),
3140 getLineNumber(UD.getLocation()));
3143 void CGDebugInfo::EmitUsingDecl(const UsingDecl &UD) {
3146 assert(UD.shadow_size() &&
3150 const UsingShadowDecl &USD = **UD.shadow_begin();