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

References

tools/clang/utils/TableGen/ClangAttrEmitter.cpp
  260     std::string getType() const { return type; }
  263       OS << "  " << type << " get" << getUpperName() << "() const {\n";
  285       OS << type << " " << getUpperName();
  289       OS << type << " " << getLowerName() << ";";
  293       std::string read = ReadPCHRecord(type);
  294       OS << "    " << type << " " << getLowerName() << " = " << read << ";\n";
  302       OS << "    " << WritePCHRecord(type, "SA->get" +
  307       if (type == "IdentifierInfo *")
  309       if (type == "TypeSourceInfo *")
  311       if (type == "ParamIdx")
  317       if (type == "FunctionDecl *")
  320       else if (type == "IdentifierInfo *")
  325       else if (type == "TypeSourceInfo *")
  327       else if (type == "ParamIdx")
  334       if (type == "FunctionDecl *" || type == "NamedDecl *") {
  334       if (type == "FunctionDecl *" || type == "NamedDecl *") {
  337       } else if (type == "IdentifierInfo *") {
  343       } else if (type == "TypeSourceInfo *") {
  348       } else if (type == "bool") {
  351       } else if (type == "int" || type == "unsigned") {
  351       } else if (type == "int" || type == "unsigned") {
  353       } else if (type == "ParamIdx") {