Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3562 bool AllowUnknownOptions,
3626 bool AllowUnknownOptions = false,
3632 bool AllowUnknownOptions = false) {
3634 AllowUnknownOptions);
3783 bool AllowUnknownOptions = false);
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1475 FormatStyle *Style, bool AllowUnknownOptions, in parseConfiguration() argument
1492 Input.setAllowUnknownKeys(AllowUnknownOptions); in parseConfiguration()
3047 bool AllowUnknownOptions) { in getStyle() argument
3065 AllowUnknownOptions)) in getStyle()
3123 parseConfiguration(*Text.get(), &Style, AllowUnknownOptions)) { in getStyle()
3143 auto Ec = parseConfiguration(*MemBuf, &Style, AllowUnknownOptions, in getStyle()
3181 AllowUnknownOptions, dropDiagnosticHandler); in getStyle()