Searched refs:NoStyle (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1245 FormatStyle NoStyle = getLLVMStyle(); local
1246 NoStyle.DisableFormat = true;
1247 NoStyle.SortIncludes = false;
1248 NoStyle.SortUsingDeclarations = false;
1249 return NoStyle;

Completed in 182 milliseconds