Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Kind

1672   OS << "  switch (Kind) {\n";
1715 OS << " llvm_unreachable(\"Unknown attribute kind!\");\n";
1859 " llvm_unreachable(\"Unknown attribute kind!\");\n"
2330 // If there are other attributes which share the same parsed attribute kind,
2333 // attribute has only one AttributeList::Kind enumeration value, but it
2462 // TODO: If the attribute's kind appears in the list of duplicates, that is
2493 // Emits the kind list of parsed attributes
2512 // these to a single AttributeList::Kind value, but the StringMatcher
2557 OS << "static AttributeList::Kind getAttrKind(StringRef Name, ";
2581 " llvm_unreachable(\"Unknown attribute kind!\");\n"
2719 SpellingKind Kind = StringSwitch<SpellingKind>(I.variety())
2727 SupportedSpellings |= Kind;
2730 if (Kind == CXX11 && !I.nameSpace().empty())