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 215 bool ObjCSpaceAfterProperty;
396 ObjCSpaceAfterProperty == R.ObjCSpaceAfterProperty &&
  /external/clang/lib/Format/
Format.cpp 202 IO.mapOptional("ObjCSpaceAfterProperty", Style.ObjCSpaceAfterProperty);
339 LLVMStyle.ObjCSpaceAfterProperty = false;
379 GoogleStyle.ObjCSpaceAfterProperty = false;
419 MozillaStyle.ObjCSpaceAfterProperty = true;
438 Style.ObjCSpaceAfterProperty = true;
    [all...]
TokenAnnotator.cpp     [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 123 milliseconds