Home
last modified time | relevance | path

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

/freebsd/contrib/libcbor/
H A D.clang-format55 DerivePointerAlignment: true
/freebsd/
H A D.clang-format43 DerivePointerAlignment: false
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2472 bool DerivePointerAlignment; member
5052 DerivePointerAlignment == R.DerivePointerAlignment &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp880 IO.mapOptional("DerivePointerBinding", Style.DerivePointerAlignment); in mapping()
986 IO.mapOptional("DerivePointerAlignment", Style.DerivePointerAlignment); in mapping()
1494 LLVMStyle.DerivePointerAlignment = false; in getLLVMStyle()
1649 GoogleStyle.DerivePointerAlignment = true; in getGoogleStyle()
1827 ChromiumStyle.DerivePointerAlignment = false; in getChromiumStyle()
2529 if (Style.DerivePointerAlignment) { in deriveLocalStyle()