HomeSort by relevance Sort by last modified time
    Searched refs:CodePointCount (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Format/
FormatToken.h 80 CodePointCount(0), IsFirst(false), MustBreakBefore(false),
112 unsigned CodePointCount;
Format.cpp 589 State.Column += WhitespaceLength + State.NextToken->CodePointCount;
632 if (State.Stack.back().ColonPos > Current.CodePointCount) {
633 State.Column = State.Stack.back().ColonPos - Current.CodePointCount;
636 State.Stack.back().ColonPos = State.Column + Current.CodePointCount;
679 State.Stack.back().LastSpace += Current.CodePointCount;
719 while (Tok && State.Stack.back().VariablePos >= Tok->CodePointCount) {
720 State.Stack.back().VariablePos -= Tok->CodePointCount;
738 State.Column + Spaces + Current.CodePointCount)
743 State.Column + Spaces + Current.CodePointCount;
    [all...]
TokenAnnotator.cpp 322 if (Tok->Previous->CodePointCount >
325 Tok->Previous->CodePointCount;
    [all...]

Completed in 487 milliseconds