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

  /external/clang/lib/Format/
WhitespaceManager.cpp 282 unsigned WhitespaceLength = SourceMgr.getFileOffset(Range.getEnd()) -
286 WhitespaceLength) == Text)
Format.cpp     [all...]
ContinuationIndenter.cpp 239 int WhitespaceLength = SourceMgr.getSpellingColumnNumber(
243 State.Column += WhitespaceLength;
    [all...]

Completed in 52 milliseconds