Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h3425 bool AllowUnknownOptions,
3489 bool AllowUnknownOptions = false,
3495 bool AllowUnknownOptions = false) {
3497 AllowUnknownOptions);
3646 bool AllowUnknownOptions = false);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp1428 FormatStyle *Style, bool AllowUnknownOptions, in parseConfiguration() argument
1445 Input.setAllowUnknownKeys(AllowUnknownOptions); in parseConfiguration()
2976 bool AllowUnknownOptions) { in getStyle() argument
2994 AllowUnknownOptions)) in getStyle()
3052 parseConfiguration(*Text.get(), &Style, AllowUnknownOptions)) { in getStyle()
3072 auto Ec = parseConfiguration(*MemBuf, &Style, AllowUnknownOptions, in getStyle()
3110 AllowUnknownOptions, dropDiagnosticHandler); in getStyle()