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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Rewrite/
H A DRewriter.cpp361 StringRef parentSpace, startSpace; local
371 startSpace = MB.substr(startLineOffs, i-startLineOffs);
373 if (parentSpace.size() >= startSpace.size())
375 if (!startSpace.startswith(parentSpace))
378 StringRef indent = startSpace.substr(parentSpace.size());
388 if (origIndent.startswith(startSpace))

Completed in 96 milliseconds