Searched refs:startSpace (Results 1 – 1 of 1) sorted by relevance
378 StringRef parentSpace, startSpace; in IncreaseIndentation() local388 startSpace = MB.substr(startLineOffs, i-startLineOffs); in IncreaseIndentation()390 if (parentSpace.size() >= startSpace.size()) in IncreaseIndentation()392 if (!startSpace.startswith(parentSpace)) in IncreaseIndentation()395 StringRef indent = startSpace.substr(parentSpace.size()); in IncreaseIndentation()405 if (origIndent.startswith(startSpace)) in IncreaseIndentation()