Searched refs:AllowUnknownOptions (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/Format/ |
| H A D | Format.h | 4365 bool AllowUnknownOptions, 4429 bool AllowUnknownOptions = false, 4435 bool AllowUnknownOptions = false) { 4437 AllowUnknownOptions); 4599 bool AllowUnknownOptions = false);
|
| /openbsd-src/gnu/llvm/clang/lib/Format/ |
| H A D | Format.cpp | 1860 FormatStyle *Style, bool AllowUnknownOptions, in parseConfiguration() argument 1877 Input.setAllowUnknownKeys(AllowUnknownOptions); in parseConfiguration() 3729 FormatStyle *Style, bool AllowUnknownOptions) { in loadAndParseConfigFile() argument 3734 if (auto EC = parseConfiguration(*Text.get(), Style, AllowUnknownOptions)) in loadAndParseConfigFile() 3742 bool AllowUnknownOptions) { in getStyle() argument 3759 AllowUnknownOptions)) { in getStyle() 3775 loadAndParseConfigFile(ConfigFile, FS, &Style, AllowUnknownOptions); in getStyle() 3820 auto EC = parseConfiguration(*MemBuf, Style, AllowUnknownOptions, in getStyle() 3848 loadAndParseConfigFile(ConfigFile, FS, &Style, AllowUnknownOptions); in getStyle()
|