Searched refs:startSpace (Results 1 – 1 of 1) sorted by relevance
363 StringRef parentSpace, startSpace; in IncreaseIndentation() local373 startSpace = MB.substr(startLineOffs, i-startLineOffs); in IncreaseIndentation()375 if (parentSpace.size() >= startSpace.size()) in IncreaseIndentation()377 if (!startSpace.startswith(parentSpace)) in IncreaseIndentation()380 StringRef indent = startSpace.substr(parentSpace.size()); in IncreaseIndentation()390 if (origIndent.startswith(startSpace)) in IncreaseIndentation()