Home
last modified time | relevance | path

Searched refs:ShouldEmitErrorsOnInvalidConfigValue (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h227 unsigned ShouldEmitErrorsOnInvalidConfigValue : 1; variable
294 ShouldEmitErrorsOnInvalidConfigValue(false), AnalyzeAll(false), in AnalyzerOptions()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1168 if (Opts.ShouldEmitErrorsOnInvalidConfigValue) in ParseAnalyzerArgs()
1178 if (Opts.ShouldEmitErrorsOnInvalidConfigValue) in ParseAnalyzerArgs()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7019 MarshallingInfoEnum<AnalyzerOpts<"ShouldEmitErrorsOnInvalidConfigValue">, [{true}]>;