Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h5550 bool AllowUnknownOptions,
5616 bool AllowUnknownOptions = false,
5622 bool AllowUnknownOptions = false,
5625 AllowUnknownOptions, /*DiagHandler=*/nullptr,
5786 bool AllowUnknownOptions = false,
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2114 FormatStyle *Style, bool AllowUnknownOptions, in parseConfiguration() argument
2131 Input.setAllowUnknownKeys(AllowUnknownOptions); in parseConfiguration()
4209 FormatStyle *Style, bool AllowUnknownOptions, in loadAndParseConfigFile() argument
4216 if (auto EC = parseConfiguration(*Text.get(), Style, AllowUnknownOptions, in loadAndParseConfigFile()
4227 bool AllowUnknownOptions, in getStyle() argument
4241 AllowUnknownOptions, DiagHandler)) { in getStyle()
4263 loadAndParseConfigFile(ConfigFile, FS, &Style, AllowUnknownOptions, in getStyle()
4304 parseConfiguration(*MemBuf, Style, AllowUnknownOptions, in getStyle()
4339 loadAndParseConfigFile(ConfigFile, FS, &Style, AllowUnknownOptions, in getStyle()