OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BreakableBlockComment
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Format/
BreakableToken.h
12
///
BreakableBlockComment
classes, that contain token type-specific logic to
139
class
BreakableBlockComment
: public BreakableToken {
147
BreakableBlockComment
(const FormatStyle &Style, const FormatToken &Token,
BreakableToken.cpp
218
BreakableBlockComment
::
BreakableBlockComment
(
285
void
BreakableBlockComment
::adjustWhitespace(const FormatStyle &Style,
327
unsigned
BreakableBlockComment
::getLineCount() const { return Lines.size(); }
329
unsigned
BreakableBlockComment
::getLineLengthAfterSplit(
339
BreakableBlockComment
::getSplit(unsigned LineIndex, unsigned TailOffset,
346
void
BreakableBlockComment
::insertBreak(unsigned LineIndex, unsigned TailOffset,
367
BreakableBlockComment
::replaceWhitespaceBefore(unsigned LineIndex,
401
BreakableBlockComment
::getContentStartColumn(unsigned LineIndex,
Completed in 32 milliseconds