Searched defs:getCheckName (Results 1 – 5 of 5) sorted by relevance
24 CheckName CheckerBase::getCheckName() const { return Name; } in getCheckName() function in CheckerBase
50 StringRef getCheckName() const { return Check.getName(); } in getCheckName() function
796 StringRef getCheckName() const { return CheckName; } in getCheckName() function
335 public String getCheckName() { in getCheckName() method in SingleXZInputStream
251 std::string ClangTidyContext::getCheckName(unsigned DiagnosticID) const { in getCheckName() function in ClangTidyContext