Lines Matching defs:UD
5885 void CGDebugInfo::EmitUsingDirective(const UsingDirectiveDecl &UD) {
5888 const NamespaceDecl *NSDecl = UD.getNominatedNamespace();
5891 auto Loc = UD.getLocation();
5895 getCurrentContextDescriptor(cast<Decl>(UD.getDeclContext())),
5910 void CGDebugInfo::EmitUsingDecl(const UsingDecl &UD) {
5913 assert(UD.shadow_size() &&
5916 for (const auto *USD : UD.shadows()) {
5935 void CGDebugInfo::EmitUsingEnumDecl(const UsingEnumDecl &UD) {
5938 assert(UD.shadow_size() &&
5942 for (const auto *USD : UD.shadows())