Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h3616 unsigned SpacesBeforeTrailingComments; member
3975 SpacesBeforeTrailingComments == R.SpacesBeforeTrailingComments &&
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp882 Style.SpacesBeforeTrailingComments); in mapping()
1292 LLVMStyle.SpacesBeforeTrailingComments = 1; in getLLVMStyle()
1432 GoogleStyle.SpacesBeforeTrailingComments = 2; in getGoogleStyle()
1448 GoogleStyle.SpacesBeforeTrailingComments = 1; in getGoogleStyle()
H A DTokenAnnotator.cpp2875 Current->SpacesRequiredBefore = Style.SpacesBeforeTrailingComments; in calculateFormattingInformation()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst4338 **SpacesBeforeTrailingComments** (``Unsigned``) :versionbadge:`clang-format 3.7`
4348 SpacesBeforeTrailingComments: 3
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp20144 SpacesBeforeTrailingComments, 1234u); in TEST_F()