Home
last modified time | relevance | path

Searched refs:DerivePointerAlignment (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/libcbor/
H A D.clang-format55 DerivePointerAlignment: true
/freebsd-14.2/
H A D.clang-format43 DerivePointerAlignment: false
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2342 bool DerivePointerAlignment; member
4812 DerivePointerAlignment == R.DerivePointerAlignment &&
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp884 IO.mapOptional("DerivePointerBinding", Style.DerivePointerAlignment); in mapping()
978 IO.mapOptional("DerivePointerAlignment", Style.DerivePointerAlignment); in mapping()
1481 LLVMStyle.DerivePointerAlignment = false; in getLLVMStyle()
1628 GoogleStyle.DerivePointerAlignment = true; in getGoogleStyle()
1806 ChromiumStyle.DerivePointerAlignment = false; in getChromiumStyle()
2496 if (Style.DerivePointerAlignment) { in deriveLocalStyle()