Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Prefix

580       std::string Prefix = !Namespace.empty() ? Namespace + "::" : "";
581 O << " case " << Prefix << AltName << ":\n"