HomeSort by relevance Sort by last modified time
    Searched refs:DerivePointerAlignment (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Format/
Format.h 103 bool DerivePointerAlignment;
386 DerivePointerAlignment == R.DerivePointerAlignment &&
  /external/clang/lib/Format/
Format.cpp 190 IO.mapOptional("DerivePointerAlignment", Style.DerivePointerAlignment);
241 IO.mapOptional("DerivePointerBinding", Style.DerivePointerAlignment);
327 LLVMStyle.DerivePointerAlignment = false;
376 GoogleStyle.DerivePointerAlignment = true;
407 ChromiumStyle.DerivePointerAlignment = false;
417 MozillaStyle.DerivePointerAlignment = true;
    [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 140 milliseconds