OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AnnotatedLine
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Format/
TokenAnnotator.h
39
class
AnnotatedLine
{
41
AnnotatedLine
(const UnwrappedLine &Line)
76
void annotate(
AnnotatedLine
&Line);
77
void calculateFormattingInformation(
AnnotatedLine
&Line);
81
unsigned splitPenalty(const
AnnotatedLine
&Line, const FormatToken &Tok);
83
bool spaceRequiredBetween(const
AnnotatedLine
&Line, const FormatToken &Left,
86
bool spaceRequiredBefore(const
AnnotatedLine
&Line, const FormatToken &Tok);
88
bool canBreakBefore(const
AnnotatedLine
&Line, const FormatToken &Right);
90
void printDebugInfo(const
AnnotatedLine
&Line);
92
void calculateUnbreakableTailLengths(
AnnotatedLine
&Line)
[
all
...]
Format.cpp
316
const
AnnotatedLine
&Line, unsigned FirstIndent,
327
void format(const
AnnotatedLine
*NextLine) {
[
all
...]
TokenAnnotator.cpp
32
AnnotatingParser(
AnnotatedLine
&Line, IdentifierInfo &Ident_in)
823
AnnotatedLine
&Line;
835
ExpressionParser(
AnnotatedLine
&Line) : Current(Line.First) {
[
all
...]
Completed in 737 milliseconds