Searched refs:startSpace (Results 1 – 1 of 1) sorted by relevance
361 StringRef parentSpace, startSpace; in IncreaseIndentation() local371 startSpace = MB.substr(startLineOffs, i-startLineOffs); in IncreaseIndentation()373 if (parentSpace.size() >= startSpace.size()) in IncreaseIndentation()375 if (!startSpace.startswith(parentSpace)) in IncreaseIndentation()378 StringRef indent = startSpace.substr(parentSpace.size()); in IncreaseIndentation()388 if (origIndent.startswith(startSpace)) in IncreaseIndentation()