Home
last modified time | relevance | path

Searched refs:SpacesBeforeTrailingComments (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/libcbor/
H A D.clang-format138 SpacesBeforeTrailingComments: 2
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3166 unsigned SpacesBeforeTrailingComments; member
3505 SpacesBeforeTrailingComments == R.SpacesBeforeTrailingComments &&
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp733 Style.SpacesBeforeTrailingComments); in mapping()
1082 LLVMStyle.SpacesBeforeTrailingComments = 1; in getLLVMStyle()
1218 GoogleStyle.SpacesBeforeTrailingComments = 2; in getGoogleStyle()
1234 GoogleStyle.SpacesBeforeTrailingComments = 1; in getGoogleStyle()
H A DTokenAnnotator.cpp2562 Current->SpacesRequiredBefore = Style.SpacesBeforeTrailingComments; in calculateFormattingInformation()