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

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

Completed in 211 milliseconds