Searched refs:BasedOnStyle (Results 1 – 9 of 9) sorted by relevance
1 BasedOnStyle: LLVM
1 BasedOnStyle: Google
158 StringRef BasedOnStyle; in mapping() local159 IO.mapOptional("BasedOnStyle", BasedOnStyle); in mapping()160 if (!BasedOnStyle.empty()) { in mapping()164 if (!getPredefinedStyle(BasedOnStyle, Language, &Style)) { in mapping()165 IO.setError(Twine("Unknown value for BasedOnStyle: ", BasedOnStyle)); in mapping()
56 BasedOnStyle: LLVM124 **BasedOnStyle** (``string``)525 BasedOnStyle: LLVM
64 -style="{BasedOnStyle: llvm, IndentWidth: 8}"