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

  /external/clang/lib/Format/
Format.cpp     [all...]
FormatToken.h 131 SourceRange WhitespaceRange;
164 return WhitespaceRange.getEnd();
WhitespaceManager.cpp 53 Changes.push_back(Change(true, Tok.WhitespaceRange, IndentLevel, Spaces,
62 Changes.push_back(Change(false, Tok.WhitespaceRange, /*IndentLevel=*/0,
ContinuationIndenter.cpp 240 State.NextToken->WhitespaceRange.getEnd()) -
242 State.NextToken->WhitespaceRange.getBegin());
    [all...]
UnwrappedLineParser.cpp 567 FormatTok->WhitespaceRange.getBegin() ==
568 FormatTok->WhitespaceRange.getEnd()) {
    [all...]
TokenAnnotator.cpp     [all...]

Completed in 187 milliseconds