Home
last modified time | relevance | path

Searched refs:ContentWithNoDecoration (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Format/
H A DBreakableToken.cpp588 StringRef ContentWithNoDecoration = Content[LineIndex]; in getContentIndent() local
589 if (LineIndex == 0 && ContentWithNoDecoration.startswith("*")) in getContentIndent()
590 ContentWithNoDecoration = ContentWithNoDecoration.substr(1).ltrim(Blanks); in getContentIndent()
591 StringRef FirstWord = ContentWithNoDecoration.substr( in getContentIndent()
592 0, ContentWithNoDecoration.find_first_of(Blanks)); in getContentIndent()