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 99 PointerAlignmentStyle PointerAlignment;
102 /// alignment of & and *. \c PointerAlignment is then used only as fallback.
403 PointerAlignment == R.PointerAlignment &&
  /external/clang/lib/Format/
Format.cpp 214 IO.mapOptional("PointerAlignment", Style.PointerAlignment);
240 IO.mapOptional("PointerBindsToType", Style.PointerAlignment);
341 LLVMStyle.PointerAlignment = FormatStyle::PAS_Right;
381 GoogleStyle.PointerAlignment = FormatStyle::PAS_Left;
422 MozillaStyle.PointerAlignment = FormatStyle::PAS_Left;
439 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 208 milliseconds