Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libcbor/dist/
H A D.clang-format3 # BasedOnStyle: Google
109 BasedOnStyle: google
125 BasedOnStyle: google
/netbsd-src/external/apache2/llvm/dist/clang/
H A D.clang-format1 BasedOnStyle: LLVM
/netbsd-src/external/apache2/llvm/dist/llvm/
H A D.clang-format1 BasedOnStyle: LLVM
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/
H A D.clang-format3 BasedOnStyle: Google
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A D.clang-format1 BasedOnStyle: Google
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A D.clang-format1 BasedOnStyle: Google
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/safestack/
H A D.clang-format1 BasedOnStyle: Google
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/
H A D.clang-format1 BasedOnStyle: Google
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/interception/
H A D.clang-format1 BasedOnStyle: Google
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A D.clang-format1 BasedOnStyle: Google
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A D.clang-format1 BasedOnStyle: Google
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/binder/
H A D.clang-format1 BasedOnStyle: LLVM
/netbsd-src/external/apache2/llvm/dist/libcxx/
H A D.clang-format1 BasedOnStyle: LLVM
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h2673 std::string BasedOnStyle; member
2678 BasedOnStyle == Other.BasedOnStyle;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp482 StringRef BasedOnStyle; in mapping() local
483 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()
H A DContinuationIndenter.cpp190 if (!getPredefinedStyle(RawStringFormat.BasedOnStyle, in RawStringFormatStyleManager()
/netbsd-src/crypto/external/bsd/heimdal/dist/cf/
H A DMakefile.am.common154 $(CLANG_FORMAT) -style='{BasedOnStyle: Chromium, SortIncludes: false}' -i $@.tmp.c; \
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst56 BasedOnStyle: LLVM
128 **BasedOnStyle** (``string``)
165 ``--style={BasedOnStyle: InheritParentConfig, ColumnLimit: 20}``
3048 predefined style given by 'BasedOnStyle' is used. If 'BasedOnStyle' is not
3070 BasedOnStyle: google
3075 BasedOnStyle: llvm
3698 BasedOnStyle: LLVM
H A DReleaseNotes.rst225 - ``BasedOnStyle: InheritParentConfig`` allows to use the ``.clang-format`` of
H A DClangFormat.rst87 -style="{BasedOnStyle: llvm, IndentWidth: 8}"