Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Format/
DFormat.h2595 bool AllowUnknownOptions);
2654 bool AllowUnknownOptions = false);
2802 bool AllowUnknownOptions = false);
/external/llvm-project/clang/tools/clang-format/
DClangFormat.cpp109 static cl::opt<bool> AllowUnknownOptions( variable
394 nullptr, AllowUnknownOptions.getValue()); in format()
/external/llvm-project/clang/lib/Format/
DFormat.cpp1329 bool AllowUnknownOptions) { in parseConfiguration() argument
1343 Input.setAllowUnknownKeys(AllowUnknownOptions); in parseConfiguration()
2849 bool AllowUnknownOptions) { in getStyle() argument
2862 parseConfiguration(StyleName, &Style, AllowUnknownOptions)) in getStyle()
2907 Text.get()->getBuffer(), &Style, AllowUnknownOptions)) { in getStyle()