Home
last modified time | relevance | path

Searched refs:startSpace (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Rewrite/
H A DRewriter.cpp378 StringRef parentSpace, startSpace; in IncreaseIndentation() local
388 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()