Searched refs:BasedOnStyle (Results 1 – 11 of 11) sorted by relevance
1 BasedOnStyle: LLVM
1 BasedOnStyle: WebKit
1 BasedOnStyle: Google
3 BasedOnStyle: Google
3 BasedOnStyle: Chromium
147 StringRef BasedOnStyle; in mapping() local148 IO.mapOptional("BasedOnStyle", BasedOnStyle); in mapping()149 if (!BasedOnStyle.empty()) { in mapping()153 if (!getPredefinedStyle(BasedOnStyle, Language, &Style)) { in mapping()154 IO.setError(Twine("Unknown value for BasedOnStyle: ", BasedOnStyle)); in mapping()
69 **BasedOnStyle** (``string``)419 BasedOnStyle: LLVM
64 -style="{BasedOnStyle: llvm, IndentWidth: 8}"