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()
62 StringRef RuleName; in handleSuppressAttr() local64 if (!S.checkStringLiteralArgumentAttr(A, I, RuleName, nullptr)) in handleSuppressAttr()67 DiagnosticIdentifiers.push_back(RuleName); in handleSuppressAttr()
5418 StringRef RuleName; in handleSuppressAttr() local5420 if (!S.checkStringLiteralArgumentAttr(AL, I, RuleName, nullptr)) in handleSuppressAttr()5423 DiagnosticIdentifiers.push_back(RuleName); in handleSuppressAttr()
2725 StringRef RuleName = Rec->getName(); in gatherRules() local2726 if (!RulesSeen.insert(RuleName).second) { in gatherRules()