Home
last modified time | relevance | path

Searched refs:PackageOptions (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckerBase.td60 class PackageOptions<list<CmdLineOption> opts> {
61 list<CmdLineOption> PackageOptions = opts;
72 list<CmdLineOption> PackageOptions;
H A DCheckers.td51 PackageOptions<[
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp410 Data.PackageOptions) { in resolveCheckerAndPackageOptions()
427 Data.PackageOptions.emplace_back( in addPackageOption()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerRegistryData.h206 llvm::SmallVector<std::pair<StringRef, CmdLineOption>, 0> PackageOptions; member