Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libcbor/
H A D.clang-format55 DerivePointerAlignment: true
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1962 bool DerivePointerAlignment; member
3434 DerivePointerAlignment == R.DerivePointerAlignment &&
/freebsd-13.1/
H A D.clang-format43 DerivePointerAlignment: false
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp532 IO.mapOptional("DerivePointerBinding", Style.DerivePointerAlignment); in mapping()
643 IO.mapOptional("DerivePointerAlignment", Style.DerivePointerAlignment); in mapping()
1042 LLVMStyle.DerivePointerAlignment = false; in getLLVMStyle()
1162 GoogleStyle.DerivePointerAlignment = true; in getGoogleStyle()
1337 ChromiumStyle.DerivePointerAlignment = false; in getChromiumStyle()
1774 if (Style.DerivePointerAlignment) { in deriveLocalStyle()