Lines Matching defs:UD
5931 void CGDebugInfo::EmitUsingDirective(const UsingDirectiveDecl &UD) {
5934 const NamespaceDecl *NSDecl = UD.getNominatedNamespace();
5937 auto Loc = UD.getLocation();
5941 getCurrentContextDescriptor(cast<Decl>(UD.getDeclContext())),
5956 void CGDebugInfo::EmitUsingDecl(const UsingDecl &UD) {
5959 assert(UD.shadow_size() &&
5962 for (const auto *USD : UD.shadows()) {
5981 void CGDebugInfo::EmitUsingEnumDecl(const UsingEnumDecl &UD) {
5984 assert(UD.shadow_size() &&
5988 for (const auto *USD : UD.shadows())