Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h4032 bool AllowUnknownOptions,
4096 bool AllowUnknownOptions = false,
4102 bool AllowUnknownOptions = false) {
4104 AllowUnknownOptions);
4266 bool AllowUnknownOptions = false);
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp1722 FormatStyle *Style, bool AllowUnknownOptions, in parseConfiguration() argument
1739 Input.setAllowUnknownKeys(AllowUnknownOptions); in parseConfiguration()
3515 FormatStyle *Style, bool AllowUnknownOptions) { in loadAndParseConfigFile() argument
3520 if (auto EC = parseConfiguration(*Text.get(), Style, AllowUnknownOptions)) in loadAndParseConfigFile()
3528 bool AllowUnknownOptions) { in getStyle() argument
3545 AllowUnknownOptions)) { in getStyle()
3561 loadAndParseConfigFile(ConfigFile, FS, &Style, AllowUnknownOptions); in getStyle()
3606 auto EC = parseConfiguration(*MemBuf, Style, AllowUnknownOptions, in getStyle()
3634 loadAndParseConfigFile(ConfigFile, FS, &Style, AllowUnknownOptions); in getStyle()