Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h1009 bool DerivePointerAlignment; member
1755 DerivePointerAlignment == R.DerivePointerAlignment &&
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp307 IO.mapOptional("DerivePointerBinding", Style.DerivePointerAlignment); in mapping()
403 IO.mapOptional("DerivePointerAlignment", Style.DerivePointerAlignment); in mapping()
661 LLVMStyle.DerivePointerAlignment = false; in getLLVMStyle()
743 GoogleStyle.DerivePointerAlignment = true; in getGoogleStyle()
874 ChromiumStyle.DerivePointerAlignment = false; in getChromiumStyle()
1261 if (Style.DerivePointerAlignment) in deriveLocalStyle()