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.h4960 bool AllowUnknownOptions,
5026 bool AllowUnknownOptions = false,
5032 bool AllowUnknownOptions = false) {
5034 AllowUnknownOptions);
5196 bool AllowUnknownOptions = false);
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1987 FormatStyle *Style, bool AllowUnknownOptions, in parseConfiguration() argument
2004 Input.setAllowUnknownKeys(AllowUnknownOptions); in parseConfiguration()
3924 FormatStyle *Style, bool AllowUnknownOptions) { in loadAndParseConfigFile() argument
3929 if (auto EC = parseConfiguration(*Text.get(), Style, AllowUnknownOptions)) in loadAndParseConfigFile()
3937 bool AllowUnknownOptions) { in getStyle() argument
3951 AllowUnknownOptions)) { in getStyle()
3971 loadAndParseConfigFile(ConfigFile, FS, &Style, AllowUnknownOptions); in getStyle()
4010 auto EC = parseConfiguration(*MemBuf, Style, AllowUnknownOptions, in getStyle()
4045 loadAndParseConfigFile(ConfigFile, FS, &Style, AllowUnknownOptions); in getStyle()