Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSarif.h210 SarifRule setName(llvm::StringRef RuleName) { in setName() argument
211 Name = RuleName.str(); in setName()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmtAttr.cpp57 StringRef RuleName; in handleSuppressAttr() local
59 if (!S.checkStringLiteralArgumentAttr(A, I, RuleName, nullptr)) in handleSuppressAttr()
64 DiagnosticIdentifiers.push_back(RuleName); in handleSuppressAttr()
H A DSemaDeclAttr.cpp4998 StringRef RuleName; in handleSuppressAttr() local
5000 if (!S.checkStringLiteralArgumentAttr(AL, I, RuleName, nullptr)) in handleSuppressAttr()
5005 DiagnosticIdentifiers.push_back(RuleName); in handleSuppressAttr()