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 327 bool DerivePointerAlignment;
627 DerivePointerAlignment == R.DerivePointerAlignment &&
  /external/clang/lib/Format/
Format.cpp 217 IO.mapOptional("DerivePointerBinding", Style.DerivePointerAlignment);
285 IO.mapOptional("DerivePointerAlignment", Style.DerivePointerAlignment);
498 LLVMStyle.DerivePointerAlignment = false;
555 GoogleStyle.DerivePointerAlignment = true;
608 ChromiumStyle.DerivePointerAlignment = false;
    [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 400 milliseconds