Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSarif.h271 SarifRule setName(llvm::StringRef RuleName) { in setName() argument
272 Name = RuleName.str(); in setName()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp66 StringRef RuleName; in handleSuppressAttr() local
68 if (!S.checkStringLiteralArgumentAttr(A, I, RuleName, nullptr)) in handleSuppressAttr()
71 DiagnosticIdentifiers.push_back(RuleName); in handleSuppressAttr()
H A DSemaDeclAttr.cpp4768 StringRef RuleName; in handleSuppressAttr() local
4770 if (!S.checkStringLiteralArgumentAttr(AL, I, RuleName, nullptr)) in handleSuppressAttr()
4773 DiagnosticIdentifiers.push_back(RuleName); in handleSuppressAttr()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp2591 StringRef RuleName = Rec->getName(); in gatherRules() local
2592 if (!RulesSeen.insert(RuleName).second) { in gatherRules()