Lines Matching refs:getValueAsString
101 : lowerName(Arg.getValueAsString("Name")), upperName(lowerName),
497 : Argument(Arg, Attr), type(Arg.getValueAsString("Type")),
777 std::string Name = Spellings[I]->getValueAsString("Name");
778 std::string Variety = Spellings[I]->getValueAsString("Variety");
786 std::string Namespace = Spellings[I]->getValueAsString("Namespace");
839 if (S->getValueAsString("Variety") != Spelling.getValueAsString("Variety"))
841 if (S->getValueAsString("Variety") == "CXX11" &&
842 S->getValueAsString("Namespace") !=
843 Spelling.getValueAsString("Namespace"))
845 if (S->getValueAsString("Name") != Spelling.getValueAsString("Name"))
859 std::string Name = Accessor->getValueAsString("Name");
966 OS << R.getValueAsString("AdditionalMembers");
1018 OS << ".Case(\"" << (*I)->getValueAsString("Name") << "\", "
1236 OS << ".Case(\"" << (*I)->getValueAsString("Name") << "\", true)\n";
1267 " case AT_" << Spellings[I]->getValueAsString("Name") << ": \n"
1275 if (Spellings[I]->getValueAsString("Variety") == "CXX11")
1276 Namespace = Spellings[I]->getValueAsString("Namespace");
1281 << Spellings[I]->getValueAsString("Name") << "\" && "
1283 << StringSwitch<unsigned>(Spellings[I]->getValueAsString("Variety"))
1322 if ((*I)->getValueAsString("Variety") != "GNU")
1324 OS << ".Case(\"" << (*I)->getValueAsString("Name") << "\", "
1427 std::string AttrName = (*I)->getValueAsString("Name");
1461 std::string RawSpelling = (*I)->getValueAsString("Name");
1467 if ((*I)->getValueAsString("Variety") == "CXX11") {
1468 Spelling += (*I)->getValueAsString("Namespace");