HomeSort by: relevance | last modified time | path
    Searched refs:DerivePointerAlignment (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Format/
Format.h 1926 bool DerivePointerAlignment;
3299 DerivePointerAlignment == R.DerivePointerAlignment &&
  /src/external/apache2/llvm/dist/clang/lib/Format/
Format.cpp 499 IO.mapOptional("DerivePointerBinding", Style.DerivePointerAlignment);
609 IO.mapOptional("DerivePointerAlignment", Style.DerivePointerAlignment);
1002 LLVMStyle.DerivePointerAlignment = false;
1115 GoogleStyle.DerivePointerAlignment = true;
1290 ChromiumStyle.DerivePointerAlignment = false;
1727 if (Style.DerivePointerAlignment)

Completed in 49 milliseconds