Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerRegistryData.cpp202 auto Print = [](llvm::raw_ostream &Out, StringRef FullOption, in printCheckerOptionList()
204 AnalyzerOptions::printFormattedEntry(Out, {FullOption, Desc}, in printCheckerOptionList()
213 std::string FullOption = (Entry.first + ":" + Option.OptionName).str(); in printCheckerOptionList() local
226 Print(Out, FullOption, Desc); in printCheckerOptionList()
233 Print(Out, FullOption, in printCheckerOptionList()
239 Print(Out, FullOption, Desc); in printCheckerOptionList()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp345 std::string FullOption = (FullName + ":" + Option.OptionName).str(); in insertAndValidate() local
348 AnOpts.Config.insert({FullOption, std::string(Option.DefaultValStr)}); in insertAndValidate()
366 << FullOption << "a boolean value"; in insertAndValidate()
380 << FullOption << "an integer value"; in insertAndValidate()