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.cpp2012 std::string getEnumValue() const { return "attr::" + getEnumValueName(); } in getEnumValue() function
2168 << AttributeSubjectMatchRule(Rule.MetaSubject, nullptr).getEnumValue() in emitMatchRuleList()
2271 OS << " MatchRules.push_back(std::make_pair(" << Rule.getEnumValue() in generateStrictConformsTo()
2304 OS << " Case(\"" << Rule.getName() << "\", " << Rule.getEnumValue() in generateParsingHelpers()
2312 OS << " Case(\"" << Rule.getName() << "\", " << Rule.getEnumValue() in generateParsingHelpers()
2337 << Rule.getEnumValue() << ", " << SubRuleFunction << ")).\n"; in generateParsingHelpers()
2349 << AttributeSubjectMatchRule(SubMatchRule.first, nullptr).getEnumValue() in generateParsingHelpers()
4555 OS << " case " << Rule.getEnumValue() << ":\n"; in emitAttributeMatchRules()
4562 OS << " case " << Rule.getEnumValue() << ":\n"; in emitAttributeMatchRules()