Searched refs:ContentWithNoDecoration (Results 1 – 1 of 1) sorted by relevance
702 StringRef ContentWithNoDecoration = Content[LineIndex]; in getContentIndent() local703 if (LineIndex == 0 && ContentWithNoDecoration.starts_with("*")) in getContentIndent()704 ContentWithNoDecoration = ContentWithNoDecoration.substr(1).ltrim(Blanks); in getContentIndent()705 StringRef FirstWord = ContentWithNoDecoration.substr( in getContentIndent()706 0, ContentWithNoDecoration.find_first_of(Blanks)); in getContentIndent()