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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp95 IO.mapOptional("# BasedOnStyle", StyleName);
100 StringRef BasedOnStyle; local
101 IO.mapOptional("BasedOnStyle", BasedOnStyle);
102 if (!BasedOnStyle.empty())
103 if (!clang::format::getPredefinedStyle(BasedOnStyle, &Style)) {
104 IO.setError(Twine("Unknown value for BasedOnStyle: ", BasedOnStyle));
1408 " -style=\"{BasedOnStyle: llvm, IndentWidth: 8}\"";

Completed in 83 milliseconds