Searched refs:RuleName (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp63 StringRef RuleName; local
65 if (!S.checkStringLiteralArgumentAttr(A, I, RuleName, nullptr))
70 DiagnosticIdentifiers.push_back(RuleName);
H A DSemaDeclAttr.cpp4482 StringRef RuleName; local
4484 if (!S.checkStringLiteralArgumentAttr(AL, I, RuleName, nullptr))
4489 DiagnosticIdentifiers.push_back(RuleName);

Completed in 111 milliseconds