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

  /external/clang/include/clang/Format/
Format.h 231 bool ObjCSpaceBeforeProtocolList;
455 ObjCSpaceBeforeProtocolList == R.ObjCSpaceBeforeProtocolList &&
  /external/clang/lib/Format/
Format.cpp 222 IO.mapOptional("ObjCSpaceBeforeProtocolList",
223 Style.ObjCSpaceBeforeProtocolList);
367 LLVMStyle.ObjCSpaceBeforeProtocolList = true;
409 GoogleStyle.ObjCSpaceBeforeProtocolList = false;
467 MozillaStyle.ObjCSpaceBeforeProtocolList = false;
    [all...]
TokenAnnotator.cpp     [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 446 milliseconds