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

/external/clang/lib/Format/
H A DFormat.cpp142 IO.mapOptional("# BasedOnStyle", StyleName);
147 StringRef BasedOnStyle; local
148 IO.mapOptional("BasedOnStyle", BasedOnStyle);
149 if (!BasedOnStyle.empty()) {
153 if (!getPredefinedStyle(BasedOnStyle, Language, &Style)) {
154 IO.setError(Twine("Unknown value for BasedOnStyle: ", BasedOnStyle));
2022 " -style=\"{BasedOnStyle: llvm, IndentWidth: 8}\"";

Completed in 54 milliseconds