Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Rewrite/
HDRewriter.cpp375 StringRef parentSpace, startSpace; in IncreaseIndentation() local
380 parentSpace = MB.substr(parentLineOffs, i-parentLineOffs); in IncreaseIndentation()
387 if (parentSpace.size() >= startSpace.size()) in IncreaseIndentation()
389 if (!startSpace.starts_with(parentSpace)) in IncreaseIndentation()
392 StringRef indent = startSpace.substr(parentSpace.size()); in IncreaseIndentation()