Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Basic/
DAttrSubjectMatchRules.h24 const char *getSubjectMatchRuleSpelling(SubjectMatchRule Rule);
/external/llvm-project/clang/lib/Basic/
DAttributes.cpp28 const char *attr::getSubjectMatchRuleSpelling(attr::SubjectMatchRule Rule) { in getSubjectMatchRuleSpelling() function in attr
/external/llvm-project/clang/lib/Sema/
DSemaAttr.cpp673 OS << "'" << attr::getSubjectMatchRuleSpelling(I.value()) << "'"; in attrMatcherRuleListToString()
711 << attr::getSubjectMatchRuleSpelling(MatchRule) in ActOnPragmaAttributeAttribute()
712 << attr::getSubjectMatchRuleSpelling(*ParentRule) << It->second in ActOnPragmaAttributeAttribute()
738 << attr::getSubjectMatchRuleSpelling( in ActOnPragmaAttributeAttribute()
740 << attr::getSubjectMatchRuleSpelling(MatchRule) << Rule.second in ActOnPragmaAttributeAttribute()
/external/llvm-project/clang/lib/Parse/
DParsePragma.cpp1378 << attr::getSubjectMatchRuleSpelling(SubRule) in ParsePragmaAttributeSubjectMatchRuleSet()
1458 FixIt += attr::getSubjectMatchRuleSpelling(I.first); in createExpectedAttributeSubjectRulesTokenDiagnostic()