Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h327 bool DerivePointerAlignment; member
627 DerivePointerAlignment == R.DerivePointerAlignment &&
/external/webrtc/talk/app/webrtc/objc/
D.clang-format5 DerivePointerAlignment: false
/external/clang/lib/Format/
DFormat.cpp217 IO.mapOptional("DerivePointerBinding", Style.DerivePointerAlignment); in mapping()
285 IO.mapOptional("DerivePointerAlignment", Style.DerivePointerAlignment); in mapping()
498 LLVMStyle.DerivePointerAlignment = false; in getLLVMStyle()
555 GoogleStyle.DerivePointerAlignment = true; in getGoogleStyle()
608 ChromiumStyle.DerivePointerAlignment = false; in getChromiumStyle()
1683 if (Style.DerivePointerAlignment) in deriveLocalStyle()
/external/clang/docs/
DClangFormatStyleOptions.rst61 DerivePointerAlignment: false
417 **DerivePointerAlignment** (``bool``)
/external/clang/unittests/Format/
DFormatTest.cpp4659 Style.DerivePointerAlignment = false; in TEST_F()
9732 CHECK_PARSE_BOOL(DerivePointerAlignment); in TEST_F()
9733 CHECK_PARSE_BOOL_FIELD(DerivePointerAlignment, "DerivePointerBinding"); in TEST_F()