HomeSort by: relevance | last modified time | path
    Searched refs:getStartOfNonWhitespace (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
AffectedRangeManager.cpp 78 SourceLocation End = Last.getStartOfNonWhitespace();
NamespaceEndCommentsFixer.cpp 160 auto Range = CharSourceRange::getCharRange(Comment->getStartOfNonWhitespace(),
FormatToken.h 620 SourceLocation getStartOfNonWhitespace() const {
WhitespaceManager.cpp 81 SourceLocation Start = Tok.getStartOfNonWhitespace().getLocWithOffset(Offset);
FormatTokenLexer.cpp 760 Tokens[FirstInLineIndex]->getStartOfNonWhitespace());
TokenAnnotator.cpp 127 CurrentToken->getStartOfNonWhitespace() ==
128 CurrentToken->Next->getStartOfNonWhitespace().getLocWithOffset(

Completed in 22 milliseconds