HomeSort by: relevance | last modified time | path
    Searched refs:ObjCSpaceBeforeProtocolList (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Format/
Format.h 2607 bool ObjCSpaceBeforeProtocolList;
3337 ObjCSpaceBeforeProtocolList == R.ObjCSpaceBeforeProtocolList &&
  /src/external/apache2/llvm/dist/clang/lib/Format/
Format.cpp 652 IO.mapOptional("ObjCSpaceBeforeProtocolList",
653 Style.ObjCSpaceBeforeProtocolList);
1035 LLVMStyle.ObjCSpaceBeforeProtocolList = true;
1126 GoogleStyle.ObjCSpaceBeforeProtocolList = true;
1316 MozillaStyle.ObjCSpaceBeforeProtocolList = false;
TokenAnnotator.cpp 2843 return !IsLightweightGeneric && Style.ObjCSpaceBeforeProtocolList;

Completed in 21 milliseconds