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

  /external/clang/include/clang/Format/
Format.h 463 bool ObjCSpaceAfterProperty;
643 ObjCSpaceAfterProperty == R.ObjCSpaceAfterProperty &&
  /external/clang/lib/Format/
Format.cpp 302 IO.mapOptional("ObjCSpaceAfterProperty", Style.ObjCSpaceAfterProperty);
514 LLVMStyle.ObjCSpaceAfterProperty = false;
559 GoogleStyle.ObjCSpaceAfterProperty = false;
628 MozillaStyle.ObjCSpaceAfterProperty = true;
649 Style.ObjCSpaceAfterProperty = true;
    [all...]
TokenAnnotator.cpp     [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 63 milliseconds