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 219 bool ObjCSpaceBeforeProtocolList;
397 ObjCSpaceBeforeProtocolList == R.ObjCSpaceBeforeProtocolList &&
  /external/clang/lib/Format/
Format.cpp 203 IO.mapOptional("ObjCSpaceBeforeProtocolList",
204 Style.ObjCSpaceBeforeProtocolList);
340 LLVMStyle.ObjCSpaceBeforeProtocolList = true;
380 GoogleStyle.ObjCSpaceBeforeProtocolList = false;
420 MozillaStyle.ObjCSpaceBeforeProtocolList = false;
    [all...]
TokenAnnotator.cpp     [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 74 milliseconds