Searched refs:ClangCheckerRegistry (Results 1 – 1 of 1) sorted by relevance
34 class ClangCheckerRegistry : public CheckerRegistry { class42 ClangCheckerRegistry(ArrayRef<std::string> plugins,48 ClangCheckerRegistry::ClangCheckerRegistry(ArrayRef<std::string> plugins, in ClangCheckerRegistry() function in ClangCheckerRegistry79 bool ClangCheckerRegistry::isCompatibleAPIVersion(const char *versionString) { in isCompatibleAPIVersion()89 void ClangCheckerRegistry::warnIncompatible(DiagnosticsEngine *diags, in warnIncompatible()117 ClangCheckerRegistry allCheckers(plugins, &diags); in createCheckerManager()138 ClangCheckerRegistry(plugins).printHelp(out); in printCheckerHelp()