OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:startspace
(Results
1 - 1
of
1
) sorted by null
/external/clang/lib/Rewrite/Core/
Rewriter.cpp
387
StringRef parentSpace,
startSpace
;
397
startSpace
= MB.substr(startLineOffs, i-startLineOffs);
399
if (parentSpace.size() >=
startSpace
.size())
401
if (!
startSpace
.startswith(parentSpace))
404
StringRef indent =
startSpace
.substr(parentSpace.size());
414
if (origIndent.startswith(
startSpace
))
Completed in 46 milliseconds