clang 19.0.0git
Namespaces | Macros | Functions | Variables
BreakableToken.cpp File Reference

Contains implementation of BreakableToken class and classes derived from it. More...

#include "BreakableToken.h"
#include "ContinuationIndenter.h"
#include "clang/Basic/CharInfo.h"

Go to the source code of this file.

Namespaces

namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.
 
namespace  clang::format
 

Macros

#define DEBUG_TYPE   "format-token-breaker"
 

Functions

static bool clang::format::IsBlank (char C)
 
static StringRef clang::format::getLineCommentIndentPrefix (StringRef Comment, const FormatStyle &Style)
 
static BreakableToken::Split clang::format::getCommentSplit (StringRef Text, unsigned ContentStartColumn, unsigned ColumnLimit, unsigned TabWidth, encoding::Encoding Encoding, const FormatStyle &Style, bool DecorationEndsWithStar=false)
 
static BreakableToken::Split clang::format::getStringSplit (StringRef Text, unsigned UsedColumns, unsigned ColumnLimit, unsigned TabWidth, encoding::Encoding Encoding)
 
bool clang::format::switchesFormatting (const FormatToken &Token)
 Checks if Token switches formatting, like /* clang-format off *‍/.
 
static bool clang::format::mayReflowContent (StringRef Content)
 

Variables

static constexpr StringRef clang::format::Blanks = " \t\v\f\r"
 

Detailed Description

Contains implementation of BreakableToken class and classes derived from it.

Definition in file BreakableToken.cpp.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "format-token-breaker"

Definition at line 19 of file BreakableToken.cpp.