Searched refs:startSpace (Results 1 – 1 of 1) sorted by relevance
280 StringRef parentSpace, startSpace; in IncreaseIndentation() local290 startSpace = MB.substr(startLineOffs, i-startLineOffs); in IncreaseIndentation()292 if (parentSpace.size() >= startSpace.size()) in IncreaseIndentation()294 if (!startSpace.starts_with(parentSpace)) in IncreaseIndentation()297 StringRef indent = startSpace.substr(parentSpace.size()); in IncreaseIndentation()307 if (origIndent.starts_with(startSpace)) in IncreaseIndentation()