Home
last modified time | relevance | path

Searched refs:getEnumValue (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2010 std::string getEnumValue() const { return "attr::" + getEnumValueName(); } in getEnumValue() function
2170 << AttributeSubjectMatchRule(Rule.MetaSubject, nullptr).getEnumValue() in emitMatchRuleList()
2275 OS << " MatchRules.push_back(std::make_pair(" << Rule.getEnumValue() in generateStrictConformsTo()
2308 OS << " Case(\"" << Rule.getName() << "\", " << Rule.getEnumValue() in generateParsingHelpers()
2316 OS << " Case(\"" << Rule.getName() << "\", " << Rule.getEnumValue() in generateParsingHelpers()
2341 << Rule.getEnumValue() << ", " << SubRuleFunction << ")).\n"; in generateParsingHelpers()
2353 << AttributeSubjectMatchRule(SubMatchRule.first, nullptr).getEnumValue() in generateParsingHelpers()
4419 OS << " case " << Rule.getEnumValue() << ":\n"; in emitAttributeMatchRules()
4426 OS << " case " << Rule.getEnumValue() << ":\n"; in emitAttributeMatchRules()