Searched refs:CheckerOptions (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangSACheckersEmitter.cpp329 if (Checker->isValueUnset("CheckerOptions"))
332 std::vector<Record *> CheckerOptions = Checker local
333 ->getValueAsListOfDefs("CheckerOptions");
334 for (Record *CheckerOpt : CheckerOptions) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp407 Data.CheckerOptions) {
457 Data.CheckerOptions.emplace_back(
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerRegistryData.h207 llvm::SmallVector<std::pair<StringRef, CmdLineOption>, 0> CheckerOptions; member in struct:clang::ento::CheckerRegistryData

Completed in 110 milliseconds