Home
last modified time | relevance | path

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

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