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

/external/clang/lib/Format/
H A DFormat.cpp153 IO.mapOptional("# BasedOnStyle", StyleName);
158 StringRef BasedOnStyle; local
159 IO.mapOptional("BasedOnStyle", BasedOnStyle);
160 if (!BasedOnStyle.empty()) {
164 if (!getPredefinedStyle(BasedOnStyle, Language, &Style)) {
165 IO.setError(Twine("Unknown value for BasedOnStyle: ", BasedOnStyle));
1542 " -style=\"{BasedOnStyle: llvm, IndentWidth: 8}\"";

Completed in 58 milliseconds