Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerRegistryData.h83 using CmdLineOptionList = llvm::SmallVector<CmdLineOption, 0>; variable
109 CmdLineOptionList CmdLineOptions;
148 CmdLineOptionList CmdLineOptions;
/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp469 static void isOptionContainedIn(const CmdLineOptionList &OptionList, in isOptionContainedIn()