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.h5201 bool AllowUnknownOptions,
5267 bool AllowUnknownOptions = false,
5273 bool AllowUnknownOptions = false) {
5275 AllowUnknownOptions);
5436 bool AllowUnknownOptions = false,
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2011 FormatStyle *Style, bool AllowUnknownOptions, in parseConfiguration() argument
2028 Input.setAllowUnknownKeys(AllowUnknownOptions); in parseConfiguration()
3969 FormatStyle *Style, bool AllowUnknownOptions, in loadAndParseConfigFile() argument
3975 if (auto EC = parseConfiguration(*Text.get(), Style, AllowUnknownOptions, in loadAndParseConfigFile()
3985 bool AllowUnknownOptions, in getStyle() argument
3999 AllowUnknownOptions, DiagHandler)) { in getStyle()
4019 loadAndParseConfigFile(ConfigFile, FS, &Style, AllowUnknownOptions, in getStyle()
4060 parseConfiguration(*MemBuf, Style, AllowUnknownOptions, in getStyle()
4095 loadAndParseConfigFile(ConfigFile, FS, &Style, AllowUnknownOptions, in getStyle()