Searched refs:BasedOnStyle (Results 1 – 20 of 20) sorted by relevance
3 # BasedOnStyle: Google109 BasedOnStyle: google125 BasedOnStyle: google
1 BasedOnStyle: LLVM
3 BasedOnStyle: Google
1 BasedOnStyle: Google
2673 std::string BasedOnStyle; member2678 BasedOnStyle == Other.BasedOnStyle;
482 StringRef BasedOnStyle; in mapping() local483 IO.mapOptional("BasedOnStyle", BasedOnStyle); in mapping()484 if (!BasedOnStyle.empty()) { in mapping()488 if (!getPredefinedStyle(BasedOnStyle, Language, &Style)) { in mapping()489 IO.setError(Twine("Unknown value for BasedOnStyle: ", BasedOnStyle)); in mapping()751 IO.mapOptional("BasedOnStyle", Format.BasedOnStyle); in mapping()
190 if (!getPredefinedStyle(RawStringFormat.BasedOnStyle, in RawStringFormatStyleManager()
154 $(CLANG_FORMAT) -style='{BasedOnStyle: Chromium, SortIncludes: false}' -i $@.tmp.c; \
56 BasedOnStyle: LLVM128 **BasedOnStyle** (``string``)165 ``--style={BasedOnStyle: InheritParentConfig, ColumnLimit: 20}``3048 predefined style given by 'BasedOnStyle' is used. If 'BasedOnStyle' is not3070 BasedOnStyle: google3075 BasedOnStyle: llvm3698 BasedOnStyle: LLVM
225 - ``BasedOnStyle: InheritParentConfig`` allows to use the ``.clang-format`` of
87 -style="{BasedOnStyle: llvm, IndentWidth: 8}"