Home
last modified time | relevance | path

Searched refs:CheckerInfo (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Frontend/
H A DCheckerRegistry.h90 struct CheckerInfo { struct
96 CheckerInfo(InitializationFunction Fn, StringRef Name, StringRef Desc, in CheckerInfo() argument
102 using CheckerInfoList = std::vector<CheckerInfo>;
103 using CheckerInfoSet = llvm::SetVector<const CheckerRegistry::CheckerInfo *>;
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp84 static bool checkerNameLT(const CheckerRegistry::CheckerInfo &a, in checkerNameLT()
85 const CheckerRegistry::CheckerInfo &b) { in checkerNameLT()
89 static bool isInPackage(const CheckerRegistry::CheckerInfo &checker, in isInPackage()
118 CheckerRegistry::CheckerInfo packageInfo(nullptr, opt.first, "", ""); in getEnabledCheckers()