Searched refs:RuleName (Results 1 – 4 of 4) sorted by relevance
271 SarifRule setName(llvm::StringRef RuleName) { in setName() argument272 Name = RuleName.str(); in setName()
66 StringRef RuleName; in handleSuppressAttr() local68 if (!S.checkStringLiteralArgumentAttr(A, I, RuleName, nullptr)) in handleSuppressAttr()71 DiagnosticIdentifiers.push_back(RuleName); in handleSuppressAttr()
4768 StringRef RuleName; in handleSuppressAttr() local4770 if (!S.checkStringLiteralArgumentAttr(AL, I, RuleName, nullptr)) in handleSuppressAttr()4773 DiagnosticIdentifiers.push_back(RuleName); in handleSuppressAttr()
2591 StringRef RuleName = Rec->getName(); in gatherRules() local2592 if (!RulesSeen.insert(RuleName).second) { in gatherRules()