Searched refs:startSpace (Results 1 – 1 of 1) sorted by relevance
375 StringRef parentSpace, startSpace; in IncreaseIndentation() local385 startSpace = MB.substr(startLineOffs, i-startLineOffs); in IncreaseIndentation()387 if (parentSpace.size() >= startSpace.size()) in IncreaseIndentation()389 if (!startSpace.starts_with(parentSpace)) in IncreaseIndentation()392 StringRef indent = startSpace.substr(parentSpace.size()); in IncreaseIndentation()402 if (origIndent.starts_with(startSpace)) in IncreaseIndentation()