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

  /external/clang/lib/Format/
WhitespaceManager.cpp 241 unsigned WhitespaceLength = SourceMgr.getFileOffset(Range.getEnd()) -
245 WhitespaceLength) == Text)
Format.cpp 585 int WhitespaceLength = SourceMgr.getSpellingColumnNumber(
589 State.Column += WhitespaceLength + State.NextToken->CodePointCount;
    [all...]

Completed in 25 milliseconds