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

/external/clang/lib/Rewrite/Core/
H A DRewriter.cpp394 StringRef parentSpace, startSpace; local
404 startSpace = MB.substr(startLineOffs, i-startLineOffs);
406 if (parentSpace.size() >= startSpace.size())
408 if (!startSpace.startswith(parentSpace))
411 StringRef indent = startSpace.substr(parentSpace.size());
421 if (origIndent.startswith(startSpace))

Completed in 39 milliseconds