Searched refs:startSpace (Results 1 – 1 of 1) sorted by relevance
379 StringRef parentSpace, startSpace; in IncreaseIndentation() local389 startSpace = MB.substr(startLineOffs, i-startLineOffs); in IncreaseIndentation()391 if (parentSpace.size() >= startSpace.size()) in IncreaseIndentation()393 if (!startSpace.startswith(parentSpace)) in IncreaseIndentation()396 StringRef indent = startSpace.substr(parentSpace.size()); in IncreaseIndentation()406 if (origIndent.startswith(startSpace)) in IncreaseIndentation()