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 102 PointerAlignmentStyle PointerAlignment;
105 /// alignment of & and *. \c PointerAlignment is then used only as fallback.
461 PointerAlignment == R.PointerAlignment &&
  /external/clang/lib/Format/
Format.cpp 233 IO.mapOptional("PointerAlignment", Style.PointerAlignment);
261 IO.mapOptional("PointerBindsToType", Style.PointerAlignment);
368 LLVMStyle.PointerAlignment = FormatStyle::PAS_Right;
410 GoogleStyle.PointerAlignment = FormatStyle::PAS_Left;
469 MozillaStyle.PointerAlignment = FormatStyle::PAS_Left;
489 Style.PointerAlignment = FormatStyle::PAS_Left;
    [all...]
TokenAnnotator.cpp     [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]
  /external/clang/include/clang/AST/
TemplateName.h 60 void *PointerAlignment;

Completed in 323 milliseconds