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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Rewrite/
H A DRewriter.cpp378 StringRef parentSpace, startSpace; local
388 startSpace = MB.substr(startLineOffs, i-startLineOffs);
390 if (parentSpace.size() >= startSpace.size())
392 if (!startSpace.startswith(parentSpace))
395 StringRef indent = startSpace.substr(parentSpace.size());
405 if (origIndent.startswith(startSpace))

Completed in 104 milliseconds