reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/utils/TableGen/ClangAttrEmitter.cpp
  820       OS << "  " << type << " get" << getUpperName() << "() const {\n";
  836       OS << getLowerName() << "(" << type << "(0))";
  839       OS << type << " " << getUpperName();
  847       OS << "  enum " << type << " {\n";
  853       OS << "  " << type << " " << getLowerName() << ";";
  857       OS << "    " << getAttrName() << "Attr::" << type << " " << getLowerName()
  858          << "(static_cast<" << getAttrName() << "Attr::" << type
  874       OS << "\\\"\" << " << getAttrName() << "Attr::Convert" << type << "ToStr(get"
  889       OS << "  static bool ConvertStrTo" << type << "(StringRef Val, ";
  890       OS << type << " &Out) {\n";
  891       OS << "    Optional<" << type << "> R = llvm::StringSwitch<Optional<";
  892       OS << type << ">>(Val)\n";
  897       OS << "      .Default(Optional<" << type << ">());\n";
  907       OS << "  static const char *Convert" << type << "ToStr("
  908          << type << " Val) {\n"