Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h103 bool DerivePointerAlignment; member
386 DerivePointerAlignment == R.DerivePointerAlignment &&
/external/clang/lib/Format/
DFormat.cpp190 IO.mapOptional("DerivePointerAlignment", Style.DerivePointerAlignment); in mapping()
241 IO.mapOptional("DerivePointerBinding", Style.DerivePointerAlignment); in mapping()
327 LLVMStyle.DerivePointerAlignment = false; in getLLVMStyle()
376 GoogleStyle.DerivePointerAlignment = true; in getGoogleStyle()
407 ChromiumStyle.DerivePointerAlignment = false; in getChromiumStyle()
417 MozillaStyle.DerivePointerAlignment = true; in getMozillaStyle()
1926 if (Style.DerivePointerAlignment) { in deriveLocalStyle()
/external/clang/docs/
DClangFormatStyleOptions.rst214 **DerivePointerAlignment** (``bool``)
/external/clang/unittests/Format/
DFormatTest.cpp8124 CHECK_PARSE_BOOL(DerivePointerAlignment); in TEST_F()