Home
last modified time | relevance | path

Searched refs:ObjCSpaceBeforeProtocolList (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h1372 bool ObjCSpaceBeforeProtocolList; member
1779 ObjCSpaceBeforeProtocolList == R.ObjCSpaceBeforeProtocolList &&
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp430 Style.ObjCSpaceBeforeProtocolList); in mapping()
686 LLVMStyle.ObjCSpaceBeforeProtocolList = true; in getLLVMStyle()
751 GoogleStyle.ObjCSpaceBeforeProtocolList = true; in getGoogleStyle()
900 MozillaStyle.ObjCSpaceBeforeProtocolList = false; in getMozillaStyle()
H A DTokenAnnotator.cpp2421 return !IsLightweightGeneric && Style.ObjCSpaceBeforeProtocolList; in spaceRequiredBetween()