• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/

Lines Matching refs:getValueAsString

58       : V(std::string(Spelling.getValueAsString("Variety"))),
59 N(std::string(Spelling.getValueAsString("Name"))) {
63 NS = std::string(Spelling.getValueAsString("Namespace"));
80 StringRef Variety = Spelling->getValueAsString("Variety");
81 StringRef Name = Spelling->getValueAsString("Name");
176 AN = std::string(Attr->getValueAsString("ParseKind"));
205 : lowerName(std::string(Arg.getValueAsString("Name"))),
827 : Argument(Arg, Attr), type(std::string(Arg.getValueAsString("Type"))),
964 std::string(Arg.getValueAsString("Type"))),
965 type(std::string(Arg.getValueAsString("Type"))),
1599 const StringRef Name = Accessor->getValueAsString("Name");
1759 return (Constraint ? Constraint : MetaSubject)->getValueAsString("Name");
1768 std::string Result = std::string(MetaSubject->getValueAsString("Name"));
1784 Result += MetaSubject->getValueAsString("Name");
1789 Result += Constraint->getValueAsString("Name");
1986 const StringRef Code = E->getValueAsString("CustomCode");
1991 if (!E->getValueAsString("Name").empty()) {
1998 Test += E->getValueAsString("Name");
2054 << SubMatchRule.first->getValueAsString("Name")
2580 OS << R.getValueAsString("AdditionalMembers");
3046 StringRef Code = R->getValueAsString("CustomCode");
3072 if (Spelling->getValueAsString("Variety") == "CXX11") {
3392 std::string Ret = std::string(R.getValueAsString("DiagSpelling"));
3408 const StringRef CustomDiag = S.getValueAsString("CustomDiag");
3492 OS << " return " << Subject.getValueAsString("CheckCode") << ";\n";
3627 const StringRef APK = Attr.getValueAsString("ParseKind");
3821 AttrName = std::string(Attr.getValueAsString("ParseKind"));
4036 const StringRef Name = DocCategory->getValueAsString("Name");
4040 const StringRef ContentStr = DocCategory->getValueAsString("Content");
4061 std::string Heading = std::string(Documentation.getValueAsString("Heading"));
4131 const StringRef Replacement = Deprecated.getValueAsString("Replacement");
4138 const StringRef ContentStr = Doc.Documentation->getValueAsString("Content");
4154 OS << Documentation->getValueAsString("Intro") << "\n";
4169 const StringRef Cat = Category->getValueAsString("Name");