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

  /build/make/tools/
brillo-clang-format 36 PointerAlignment: Left
  /external/avb/
.clang-format 25 PointerAlignment: Left
  /external/clang/include/clang/Format/
Format.h 333 /// alignment of ``&`` and ``*``. ``PointerAlignment`` is then used only as
541 PointerAlignmentStyle PointerAlignment;
699 PointerAlignment == R.PointerAlignment &&
    [all...]
  /external/clang/include/clang/AST/
TemplateName.h 61 void *PointerAlignment;
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]
  /external/clang/lib/Format/
Format.cpp 238 IO.mapOptional("PointerBindsToType", Style.PointerAlignment);
338 IO.mapOptional("PointerAlignment", Style.PointerAlignment);
544 LLVMStyle.PointerAlignment = FormatStyle::PAS_Right;
591 GoogleStyle.PointerAlignment = FormatStyle::PAS_Left;
666 MozillaStyle.PointerAlignment = FormatStyle::PAS_Left;
685 Style.PointerAlignment = FormatStyle::PAS_Left;
    [all...]
TokenAnnotator.cpp     [all...]

Completed in 424 milliseconds