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

  /external/clang/include/clang/Format/
Format.h 59 bool DerivePointerBinding;
210 DerivePointerBinding == R.DerivePointerBinding &&
  /external/clang/lib/Format/
Format.cpp 114 IO.mapOptional("DerivePointerBinding", Style.DerivePointerBinding);
171 LLVMStyle.DerivePointerBinding = false;
207 GoogleStyle.DerivePointerBinding = true;
232 ChromiumStyle.DerivePointerBinding = false;
241 MozillaStyle.DerivePointerBinding = true;
    [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 218 milliseconds