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: false
/freebsd/
H A D.clang-format43 DerivePointerAlignment: false
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2587 bool DerivePointerAlignment; member
5389 DerivePointerAlignment == R.DerivePointerAlignment &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp949 IO.mapOptional("DerivePointerBinding", Style.DerivePointerAlignment); in mapping()
1061 IO.mapOptional("DerivePointerAlignment", Style.DerivePointerAlignment); in mapping()
1585 LLVMStyle.DerivePointerAlignment = false; in getLLVMStyle()
1860 GoogleStyle.DerivePointerAlignment = true; in getGoogleStyle()
1929 ChromiumStyle.DerivePointerAlignment = false; in getChromiumStyle()
2698 if (Style.DerivePointerAlignment) { in deriveLocalStyle()