Searched refs:getSubjectMatchRuleSpelling (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DAttrSubjectMatchRules.h24 const char *getSubjectMatchRuleSpelling(SubjectMatchRule Rule);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DAttributes.cpp28 const char *attr::getSubjectMatchRuleSpelling(attr::SubjectMatchRule Rule) { function in class:attr
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp686 OS << "'" << attr::getSubjectMatchRuleSpelling(I.value()) << "'";
724 << attr::getSubjectMatchRuleSpelling(MatchRule)
725 << attr::getSubjectMatchRuleSpelling(*ParentRule) << It->second
751 << attr::getSubjectMatchRuleSpelling(
753 << attr::getSubjectMatchRuleSpelling(MatchRule) << Rule.second
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1354 << attr::getSubjectMatchRuleSpelling(SubRule)
1434 FixIt += attr::getSubjectMatchRuleSpelling(I.first);

Completed in 123 milliseconds