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

  /external/clang/include/clang/Format/
Format.h 326 /// alignment of & and *. \c PointerAlignment is then used only as fallback.
499 PointerAlignmentStyle PointerAlignment;
652 PointerAlignment == R.PointerAlignment &&
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]
  /external/clang/include/clang/AST/
TemplateName.h 60 void *PointerAlignment;
  /external/clang/lib/Format/
Format.cpp 220 IO.mapOptional("PointerBindsToType", Style.PointerAlignment);
314 IO.mapOptional("PointerAlignment", Style.PointerAlignment);
516 LLVMStyle.PointerAlignment = FormatStyle::PAS_Right;
561 GoogleStyle.PointerAlignment = FormatStyle::PAS_Left;
631 MozillaStyle.PointerAlignment = FormatStyle::PAS_Left;
650 Style.PointerAlignment = FormatStyle::PAS_Left;
    [all...]
TokenAnnotator.cpp     [all...]

Completed in 104 milliseconds